Author: giger
Date: Sun Mar 11 16:40:13 2012
New Revision: 1299394
URL: http://svn.apache.org/viewvc?rev=1299394&view=rev
Log:
Disable cobertura by default. Fix for issue WSS-366 #resolve fixed
Modified:
webservices/wss4j/branches/swssf/pom.xml
Modified: webservices/wss4j/branches/swssf/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/pom.xml?rev=1299394&r1=1299393&r2=1299394&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/pom.xml (original)
+++ webservices/wss4j/branches/swssf/pom.xml Sun Mar 11 16:40:13 2012
@@ -132,14 +132,6 @@
<packageBranchRate>100</packageBranchRate>
</check>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>