This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 3488c8b025e711d730c2bfb8930d3dcac80de565 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 13 11:13:05 2023 +0100 Upgrade CycloneDX Maven plugin to version 2.7.5 Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 301d466f26a..8f0d5d00725 100644 --- a/pom.xml +++ b/pom.xml @@ -885,7 +885,8 @@ <version>${cyclonedx-maven-plugin-version}</version> <inherited>false</inherited> <configuration> - <outputName>camel-spring-boot-sbom</outputName> + <outputName>camel-spring-boot-sbom</outputName> + <outputDirectory>${project.basedir}/camel-spring-boot-sbom/</outputDirectory> </configuration> <executions> <execution> @@ -896,26 +897,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>${antrun-maven-plugin-version}</version> - <inherited>false</inherited> - <executions> - <execution> - <phase>package</phase> - <configuration> - <target> - <copy file="${project.build.directory}/camel-spring-boot-sbom.json" todir="${project.basedir}/camel-spring-boot-sbom/" /> - <copy file="${project.build.directory}/camel-spring-boot-sbom.xml" todir="${project.basedir}/camel-spring-boot-sbom/" /> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> </profile>
