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: [email protected]
For additional commands, e-mail: [email protected]