Skip to content

Commit

Permalink
AVRO-3700: Publish Java SBOM artifacts with CycloneDX
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jan 6, 2023
1 parent be4c37a commit 82fc40b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,19 @@
<goalPrefix>avro</goalPrefix>
</configuration>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeBom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 82fc40b

Please sign in to comment.