We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d2bcc commit ed25fb7Copy full SHA for ed25fb7
pom.xml
@@ -265,5 +265,26 @@
265
</pluginManagement>
266
</build>
267
</profile>
268
+
269
+ <profile>
270
+ <id>oss-scan-fail</id>
271
+ <activation>
272
+ <property>
273
+ <name>oss-scan-warn</name>
274
+ <value>true</value>
275
+ </property>
276
+ </activation>
277
+ <build>
278
+ <plugins>
279
+ <plugin>
280
+ <groupId>org.sonatype.ossindex.maven</groupId>
281
+ <artifactId>ossindex-maven-plugin</artifactId>
282
+ <configuration>
283
+ <fail>false</fail>
284
+ </configuration>
285
+ </plugin>
286
+ </plugins>
287
+ </build>
288
+ </profile>
289
</profiles>
290
</project>
0 commit comments