Skip to content

Commit b83b03d

Browse files
committed
Disable temporarily BND baseline plugin
1 parent d4ba87d commit b83b03d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@
326326
<module.name />
327327
<!-- TODO: fix errors and reenable SpotBugs -->
328328
<spotbugs.skip>true</spotbugs.skip>
329+
<!-- TODO: re-enable BND Baseline -->
330+
<bnd.baseline.skip>true</bnd.baseline.skip>
329331

330332
<!-- ========================
331333
Site-specific properties
@@ -1378,12 +1380,6 @@
13781380

13791381
<plugins>
13801382

1381-
<plugin>
1382-
<groupId>biz.aQute.bnd</groupId>
1383-
<artifactId>bnd-baseline-maven-plugin</artifactId>
1384-
<version>${bnd-maven-plugin.version}</version>
1385-
</plugin>
1386-
13871383
<plugin>
13881384
<groupId>org.ops4j.pax.exam</groupId>
13891385
<artifactId>exam-maven-plugin</artifactId>

0 commit comments

Comments
 (0)