diff --git a/Jenkinsfile b/Jenkinsfile index e439d34a66b9ba690bb56daaf24491d4618a758a..81a74c97531aa991385a034402a13fbbb38786b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -158,7 +158,7 @@ pipeline { } } - stage ('Generate SBOM - DependencyTrack') { + stage ('Deploy SBOM to DependencyTrack') { steps { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { withCredentials([string(credentialsId: 'dependency-track-api-key', variable: 'API_KEY')]) { diff --git a/vorgang-manager-server/pom.xml b/vorgang-manager-server/pom.xml index 01506e2f790de5b75dfd5e21d1445564e32aea56..5cb05ee5f5762de045db3ce670f7a935e717085a 100644 --- a/vorgang-manager-server/pom.xml +++ b/vorgang-manager-server/pom.xml @@ -433,36 +433,7 @@ </dependency> </dependencies> </plugin> - - <plugin> - <groupId>org.cyclonedx</groupId> - <artifactId>cyclonedx-maven-plugin</artifactId> - <version>${cyclonedx-maven-plugin.version}</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>makeAggregateBom</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> - - <pluginManagement> - <plugins> - <plugin> - <groupId>io.github.pmckeown</groupId> - <artifactId>dependency-track-maven-plugin</artifactId> - <version>${dependency-track-maven-plugin.version}</version> - <configuration> - <dependencyTrackBaseUrl>https://dependency-track.ozg-sh.de</dependencyTrackBaseUrl> - <failOnError>true</failOnError> - <createProject>true</createProject> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> <distributionManagement>