Try to fix jacoco plugin.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 29 Apr 2014 19:49:06 +0000 (21:49 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 29 Apr 2014 19:49:06 +0000 (21:49 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 352d57f..ba44142 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <goal>prepare-agent</goal>
                                                </goals>
                                        </execution>
+                                       <execution>
+                                               <id>default-check</id>
+                                               <goals>
+                                                       <goal>check</goal>
+                                               </goals>
+                                       </execution>
                                </executions>
                        </plugin>
                </plugins>