Skip to content

Commit

Permalink
[FLINK-30704][build] Skip SBOM creation in fast profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalassi committed Jan 18, 2023
1 parent 606f297 commit b35cef5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,13 @@ under the License.
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit b35cef5

Please sign in to comment.