We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the following configuration for cyclonedx-maven-plugin :
<plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> <version>${cyclonedx-maven-plugin.version}</version> <executions> <execution> <id>make-bom</id> <phase>package</phase> <goals> <goal>makeAggregateBom</goal> </goals> </execution> </executions> <configuration> <outputName>${project.artifactId}-${project.version}-bom</outputName> </configuration> </plugin>
The text was updated successfully, but these errors were encountered:
Manage cyclonedx-maven-plugin (#58)
6718dff
2b0be4a
Using makeAggregateBom, which should work for most of the situations.
bfc3da1
Using makeAggregateBom (https://cyclonedx.github.io/cyclonedx-maven-plugin/makeAggregateBom-mojo.html), which should work for most of the situations.
No branches or pull requests
Add the following configuration for cyclonedx-maven-plugin :
The text was updated successfully, but these errors were encountered: