This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag 
org.apache.sling.launchpad.test-services-war-2.0.10
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services-war.git

commit c547d7978d6cdc05e92b3cbc689241f558d55b40
Author: Justin Edelson <[email protected]>
AuthorDate: Sun Oct 17 16:30:16 2010 +0000

    SLING-1803 - adding emma report. runs with -P emma
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services-war@1023522
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 15d282d..599528d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,14 @@
                             <goal>manifest</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>emma-bundle</id>
+                        <configuration>
+                            <supportedProjectTypes>
+                                
<supportedProjectType>bundle</supportedProjectType>
+                            </supportedProjectTypes>
+                        </configuration>
+                    </execution>
                 </executions>
                 <configuration>
                     <instructions>
@@ -92,6 +100,16 @@
                     </webResources>
                 </configuration>
             </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>emma-maven-plugin</artifactId>
+                <configuration>
+                    <filters>
+                        <filter>-*</filter>
+                    </filters>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to