From: <jbo...@li...> - 2006-04-16 10:32:38
|
Author: mar...@jb... Date: 2006-04-16 06:32:26 -0400 (Sun, 16 Apr 2006) New Revision: 3723 Modified: labs/jbossrules/trunk/pom.xml Log: -commented out some aggregate goals Modified: labs/jbossrules/trunk/pom.xml =================================================================== --- labs/jbossrules/trunk/pom.xml 2006-04-15 15:02:25 UTC (rev 3722) +++ labs/jbossrules/trunk/pom.xml 2006-04-16 10:32:26 UTC (rev 3723) @@ -243,10 +243,10 @@ <reporting> <plugins> - <plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clover-plugin</artifactId> - </plugin> + </plugin--> <plugin> <artifactId>maven-javadoc-plugin</artifactId> @@ -291,7 +291,7 @@ </configuration> </plugin> - <plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clover-plugin</artifactId> <configuration/> @@ -304,7 +304,7 @@ </goals> </execution> </executions> - </plugin> + </plugin--> </plugins> </build> |