[webbeans-commits] Webbeans SVN: r159 - ri/trunk.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Sun Oct 26 06:34:02 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-26 06:34:01 -0400 (Sun, 26 Oct 2008)
New Revision: 159
Modified:
ri/trunk/pom.xml
Log:
coverage
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2008-10-26 10:02:23 UTC (rev 158)
+++ ri/trunk/pom.xml 2008-10-26 10:34:01 UTC (rev 159)
@@ -141,7 +141,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.0</version>
+ <version>2.2</version>
</plugin>
</plugins>
</pluginManagement>
@@ -199,6 +199,11 @@
<format>html</format>
<format>xml</format>
</formats>
+ <instrumentation>
+ <ignores>
+ <ignore>javax.webbeans.*</ignore>
+ </ignores>
+ </instrumentation>
</configuration>
</plugin>
</plugins>
More information about the weld-commits
mailing list