]> www.vanbest.org Git - tv_grab_nl_java/commitdiff
Added emma code coverage plugin
authorJan-Pascal van Best <janpascal@vanbest.org>
Mon, 23 Dec 2013 19:39:51 +0000 (20:39 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Mon, 23 Dec 2013 19:39:51 +0000 (20:39 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4638d9c0d558159b3afdc7dff918ea14f6720e9a..818823d5e77557f902c266b266d0d2c3dc9e131d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                       </execution>
                                     </executions>
                        </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <!-- Safety -->
-                <mkdir dir="${project.build.directory}" />
+                      <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-antrun-plugin</artifactId>
+                        <executions>
+                          <execution>
+                            <phase>generate-resources</phase>
+                            <goals>
+                              <goal>run</goal>
+                            </goals>
+                            <configuration>
+                              <tasks>
+                                <!-- Safety -->
+                                <mkdir dir="${project.build.directory}" />
 
-                <tstamp>
-                  <format property="last.updated" pattern="yyyy-MM-dd hh:mm:ss" />
-                </tstamp>
-                <echo file="${basedir}/target/filter.properties" message="build.time=${last.updated}" />
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
+                                <tstamp>
+                                  <format property="last.updated" pattern="yyyy-MM-dd hh:mm:ss" />
+                                </tstamp>
+                                <echo file="${basedir}/target/filter.properties" message="build.time=${last.updated}" />
+                              </tasks>
+                            </configuration>
+                          </execution>
+                        </executions>
+                      </plugin>
+
+                      <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>emma-maven-plugin</artifactId>
+                        <version>1.0-alpha-3</version>
+                      </plugin>
                </plugins>
                
       <resources>