Suppress JaCoCo in opendaylight-karaf-resources 48/92848/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 2 Oct 2020 09:30:50 +0000 (11:30 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 2 Oct 2020 09:30:50 +0000 (11:30 +0200)
Our sonar aggregation is running jacoco:report, which unfortunately
explodes on BC's JDK15 classes. We are not testing anything here,
hence just suppress jacoco.

Change-Id: I1349e92916788fcf1999f17600d39f900e5d6c2b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/opendaylight-karaf-resources/pom.xml

index a62077e1d1966ff60755e97488395756660fcc51..69ba8cbed14f7b4991e44c9a780406a5d62d02d2 100644 (file)
@@ -24,6 +24,8 @@
          just have odlparent-lite not odlparent as parent, and not run Java static code analysis tools.)
       -->
     <duplicate-finder.skip>true</duplicate-finder.skip>
+    <!-- jacoco:report bombs out on BouncyCastle's JDK15 classes, it has not point anyway -->
+    <jacoco.skip>true</jacoco.skip>
   </properties>
   <dependencies>
     <dependency>