You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/15 03:27:08 UTC

svn commit: r1673602 - /sling/trunk/launchpad/builder/pom.xml

Author: cziegeler
Date: Wed Apr 15 01:27:07 2015
New Revision: 1673602

URL: http://svn.apache.org/r1673602
Log:
SLING-4615 : Check emma configurations

Modified:
    sling/trunk/launchpad/builder/pom.xml

Modified: sling/trunk/launchpad/builder/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1673602&r1=1673601&r2=1673602&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/pom.xml (original)
+++ sling/trunk/launchpad/builder/pom.xml Wed Apr 15 01:27:07 2015
@@ -100,15 +100,6 @@
                     <war>${project.build.directory}/${project.build.finalName}.war</war>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>emma-maven-plugin</artifactId>
-                <configuration>
-                    <filters>
-                        <filter>-*</filter>
-                    </filters>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>