You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2010/01/21 12:40:59 UTC

svn commit: r901660 - /james/hupa/trunk/pom.xml

Author: manolo
Date: Thu Jan 21 11:40:59 2010
New Revision: 901660

URL: http://svn.apache.org/viewvc?rev=901660&view=rev
Log:
added emma coverage filters so as not to report widgets and external stuff

Modified:
    james/hupa/trunk/pom.xml

Modified: james/hupa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=901660&r1=901659&r2=901660&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Thu Jan 21 11:40:59 2010
@@ -206,6 +206,20 @@
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>2.4.3</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>emma-maven-plugin</artifactId>
+                    <inherited>true</inherited>
+                    <configuration>
+                        <filters>
+                            <filter>-com.*</filter>
+                            <filter>-gwt*</filter>
+                            <filter>-gwt.*</filter>
+                            <filter>-org.apache.hupa.widgets.*</filter>
+                            <filter>-org.apache.hupa.client.widgets.*</filter>
+                        </filters>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org