We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce8a46 commit 7b90f0aCopy full SHA for 7b90f0a
parent/pom.xml
@@ -193,11 +193,12 @@
193
<profiles>
194
195
<profile>
196
- <!-- Generates SBOM.
197
- Inactivate with -P-sbom-->
+ <!-- Generates SBOM. Skip with '-DskipSBOM'.-->
198
<id>sbom</id>
199
<activation>
200
- <activeByDefault>true</activeByDefault>
+ <property>
+ <name>!skipSBOM</name>
201
+ </property>
202
</activation>
203
<build>
204
<plugins>
0 commit comments