Skip to content

Commit

Permalink
included sbom cyclonedx to have same name as deployed to Maven central
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 19, 2023
1 parent 2acca9a commit ac355a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetty-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
<phase>prepare-package</phase>
<inherited>false</inherited>
<configuration>
<outputName>jetty-home-sbom</outputName>
<outputName>${project.artifactId}-${project.version}-cyclonedx</outputName>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/assembly/jetty-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<directory>${project.build.directory}</directory>
<outputDirectory></outputDirectory>
<includes>
<include>jetty-home-sbom.*</include>
<include>*cyclonedx.*</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit ac355a4

Please sign in to comment.