Skip to content

Commit

Permalink
remove reduntant configuration from pom
Browse files Browse the repository at this point in the history
is already defined in parent, so we must no longer maintain it
yourself.
  • Loading branch information
sebastian-toepfer committed Jun 15, 2024
1 parent 192092e commit 922ef12
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,43 +107,6 @@
</dependencies>
</dependencyManagement>

<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
<configuration>
<projectType>library</projectType>
<includeProvidedScope>false</includeProvidedScope>
<includeRuntimeScope>false</includeRuntimeScope>
<includeSystemScope>false</includeSystemScope>
<includeLicenseText>false</includeLicenseText>
<outputFormat>all</outputFormat>
<outputName>sbom</outputName>
</configuration>
</plugin>
</plugins>
</pluginManagement>

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

<profiles>
<profile>
<id>ci</id>
Expand Down

0 comments on commit 922ef12

Please sign in to comment.