# HG changeset patch # User Severin Gehwolf # Date 1392131370 -3600 # Node ID 87db81dbf86982bd2b6192267209a5ac0f183523 # Parent 21466861b0ef5de25bf43b39e204e7160ab112f7 Fix build (skip jacoco for multi-artifact). Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-February/009194.html Reviewed-by: vanaltj, neugens PR1671 diff -r 21466861b0ef -r 87db81dbf869 dev/multi-module-plugin-archetype/pom.xml --- 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 @@ + + + + org.jacoco + jacoco-maven-plugin + + true + + + http://icedtea.classpath.org/thermostat/