Skip to content

Commit

Permalink
Added the missing cyclonedx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Dec 16, 2024
1 parent cdb59eb commit 9cd251a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.compiler.plugin}</version>
<configuration>$a
<configuration>
<debug>true</debug>
<showDeprecation>true</showDeprecation>
<encoding>UTF-8</encoding>
Expand Down Expand Up @@ -882,6 +882,11 @@
</dependency>
</dependencies>
</plugin>

<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9cd251a

Please sign in to comment.