You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2008/10/09 20:49:32 UTC

svn commit: r703226 - /webservices/rampart/branches/java/1_3/pom.xml

Author: nandana
Date: Thu Oct  9 11:49:31 2008
New Revision: 703226

URL: http://svn.apache.org/viewvc?rev=703226&view=rev
Log:
removing clover plugin 

Modified:
    webservices/rampart/branches/java/1_3/pom.xml

Modified: webservices/rampart/branches/java/1_3/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_3/pom.xml?rev=703226&r1=703225&r2=703226&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_3/pom.xml (original)
+++ webservices/rampart/branches/java/1_3/pom.xml Thu Oct  9 11:49:31 2008
@@ -139,22 +139,6 @@
 
     </pluginRepositories>
 
-	<reporting>
-		<excludeDefaults>true</excludeDefaults>
-		<plugins>
-		  <plugin>
-			<artifactId>maven-clover-plugin</artifactId>
-			<configuration>
-			  <generateHistorical>true</generateHistorical>
-				<!-- Verify that we can generate all types of Clover reports -->
-				<generateHtml>true</generateHtml>
-				<generatePdf>true</generatePdf>
-				<generateXml>true</generateXml>
-			</configuration>
-		  </plugin>
-		</plugins>
-	</reporting>
-
     <build>
         <plugins>
 
@@ -173,39 +157,6 @@
                 <version>2.0-beta-5</version>
                 <inherited>false</inherited>
             </plugin>
-
-			<plugin>
-				<artifactId>maven-clover-plugin</artifactId>
-				<configuration>
-				  <flushPolicy>threaded</flushPolicy>
-				  <flushInterval>100</flushInterval>
-				  <targetPercentage>0%</targetPercentage>
-				</configuration>
-				<executions>
-				  <execution>
-					<id>main</id>
-					<phase>verify</phase>
-					<goals>
-					  <goal>instrument</goal>
-					  <goal>aggregate</goal>
-					  <goal>check</goal>
-					  <goal>log</goal>
-					</goals>
-				  </execution>
-				  <execution>
-					<id>site</id>
-					<phase>pre-site</phase>
-					<goals>
-					  <goal>instrument</goal>
-					  <goal>aggregate</goal>
-				
-					  <!-- We save a history point in order to have data to generate a historical report -->
-					  <goal>save-history</goal>
-				
-					</goals>
-				  </execution>
-				</executions>
-			</plugin>
         </plugins>
     </build>