Author: giger
Date: Mon Oct 31 12:44:39 2011
New Revision: 1195435
URL: http://svn.apache.org/viewvc?rev=1195435&view=rev
Log:
exclude generated classes from cobertura checks
Modified:
webservices/wss4j/branches/swssf/pom.xml
webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml
Modified: webservices/wss4j/branches/swssf/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/pom.xml?rev=1195435&r1=1195434&r2=1195435&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/pom.xml (original)
+++ webservices/wss4j/branches/swssf/pom.xml Mon Oct 31 12:44:39 2011
@@ -58,6 +58,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
+ <inherited>true</inherited>
<configuration>
<check>
<branchRate>100</branchRate>
Modified: webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml?rev=1195435&r1=1195434&r2=1195435&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml (original)
+++ webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml Mon Oct 31
12:44:39 2011
@@ -114,6 +114,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <instrumentation>
+ <excludes>
+ <exclude>org/xmlsecurity/ns/configuration/*</exclude>
+ </excludes>
+ </instrumentation>
+ </configuration>
+ </plugin>
</plugins>
</build>
<profiles>