changeset 1384:87db81dbf869

Fix build (skip jacoco for multi-artifact). Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-February/009194.html Reviewed-by: vanaltj, neugens PR1671
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 11 Feb 2014 16:09:30 +0100
parents 21466861b0ef
children d7118902cc68
files dev/multi-module-plugin-archetype/pom.xml
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dev/multi-module-plugin-archetype/pom.xml	Tue Jan 21 19:17:27 2014 +0100
+++ b/dev/multi-module-plugin-archetype/pom.xml	Tue Feb 11 16:09:30 2014 +0100
@@ -26,6 +26,16 @@
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <!-- skip jacoco coverage -->
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <url>http://icedtea.classpath.org/thermostat/</url>