10.2.0
This minor release contains several small improvements.
Added
- Added support for auto-generating CycloneDX Software Bill of Materials (SBOM)
Changed
- Add a compulsory
bnd-baseline-maven-plugin
execution to check for breaking API changes - Apply the default
bnd-maven-plugin
configuration to all the plugin's goals - Moves
.flattened-pom.xml
to the same directory aspom.xml
to preserve the relative parent path. This requires adding.flattened-pom.xml
to the.gitignore
file of the repository. - Update
org.apache.logging.log4j:log4j-changelog-maven-plugin
to version0.5.0
- Update
log4j-changelog
XSD (used for validating changelog entries) to version0.1.2
- Update
com.github.spotbugs:spotbugs-annotations
to version4.8.0
(#44)
Fixed
- Prioritize definitions in
bnd-extra-*
variables over those inherited (#39) - Keep parent in
flatten-bom
configuration (#37) - Remove
build
inflatten-bom
configuration - Fixed the archiving of symbolically linked directories in the
distribution
Maven profile (#43) - Used specific execution IDs in
defaultGoal
s to avoid running unwanted plugins