changeset 127:9ae036f42ea8

JaCoCo setup in Maven.
author Roman Kennke <rkennke@redhat.com>
date Wed, 21 Mar 2012 17:14:53 +0100
parents 162224d328b3
children 9d043bbbdbcd
files pom.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Tue Mar 20 23:51:28 2012 +0100
+++ b/pom.xml	Wed Mar 21 17:14:53 2012 +0100
@@ -97,6 +97,11 @@
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.jacoco</groupId>
+          <artifactId>jacoco-maven-plugin</artifactId>
+          <version>0.5.6.201201232323</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>