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 ru...@apache.org on 2008/01/31 02:57:37 UTC

svn commit: r616984 - in /webservices/rampart/trunk/java: modules/rampart-integration/pom.xml pom.xml

Author: ruchithf
Date: Wed Jan 30 17:57:35 2008
New Revision: 616984

URL: http://svn.apache.org/viewvc?rev=616984&view=rev
Log:
Fixed build break

Modified:
    webservices/rampart/trunk/java/modules/rampart-integration/pom.xml
    webservices/rampart/trunk/java/pom.xml

Modified: webservices/rampart/trunk/java/modules/rampart-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-integration/pom.xml?rev=616984&r1=616983&r2=616984&view=diff
==============================================================================
--- webservices/rampart/trunk/java/modules/rampart-integration/pom.xml (original)
+++ webservices/rampart/trunk/java/modules/rampart-integration/pom.xml Wed Jan 30 17:57:35 2008
@@ -103,11 +103,6 @@
                                     </fileset>
                                 </copy>
 
-				                <copy todir="target/clover/test-classes">
-                                    <fileset dir="target/generated-code/resources">
-                                        <include name="**/*"/>
-                                    </fileset>
-                                </copy>
 								
 								<javac srcdir="target/generated-code" destdir="target/classes" fork="true">
                     					<classpath refid="maven.dependency.classpath"/>
@@ -115,12 +110,6 @@
                                     	<classpath refid="maven.runtime.classpath"/>
 								</javac>
 								
-								<mkdir dir="target/clover/classes"/>
-								<javac srcdir="target/generated-code" destdir="target/clover/classes" fork="true">
-                    					<classpath refid="maven.dependency.classpath"/>
-                                    	<classpath refid="maven.compile.classpath"/>
-                                    	<classpath refid="maven.runtime.classpath"/>
-								</javac>
 							</tasks>
                         </configuration>
                     </execution>

Modified: webservices/rampart/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/pom.xml?rev=616984&r1=616983&r2=616984&view=diff
==============================================================================
--- webservices/rampart/trunk/java/pom.xml (original)
+++ webservices/rampart/trunk/java/pom.xml Wed Jan 30 17:57:35 2008
@@ -138,21 +138,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>
@@ -172,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>