Skip to content

Commit

Permalink
add cyclonedx-maven-plugin goal to default build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jan 12, 2024
1 parent 276c5b7 commit 4e02ec7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,17 @@ Contributors:
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>makeBom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit 4e02ec7

Please sign in to comment.