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 d4ba87d commit b83b03dCopy full SHA for b83b03d
pom.xml
@@ -326,6 +326,8 @@
326
<module.name />
327
<!-- TODO: fix errors and reenable SpotBugs -->
328
<spotbugs.skip>true</spotbugs.skip>
329
+ <!-- TODO: re-enable BND Baseline -->
330
+ <bnd.baseline.skip>true</bnd.baseline.skip>
331
332
<!-- ========================
333
Site-specific properties
@@ -1378,12 +1380,6 @@
1378
1380
1379
1381
<plugins>
1382
- <plugin>
- <groupId>biz.aQute.bnd</groupId>
1383
- <artifactId>bnd-baseline-maven-plugin</artifactId>
1384
- <version>${bnd-maven-plugin.version}</version>
1385
- </plugin>
1386
-
1387
<plugin>
1388
<groupId>org.ops4j.pax.exam</groupId>
1389
<artifactId>exam-maven-plugin</artifactId>
0 commit comments