You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/09/23 13:26:41 UTC

svn commit: r291102 - /maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml

Author: vmassol
Date: Fri Sep 23 04:26:37 2005
New Revision: 291102

URL: http://svn.apache.org/viewcvs?rev=291102&view=rev
Log:
Removing the <excludeDefault> element for now as it's causing the build to fail with:

[INFO] Reason: Failed to parse model from file 'C:\dev\maven\components\trunk\examples\maven-clover-plugin-samples\maven-clover-plugin-sample-simple\pom.xml'.
Error: 'Unrecognised tag: 'excludeDefaults' (position: START_TAG seen ...<reporting>\r\n    <excludeDefaults>... @22:22) '

Modified:
    maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml

Modified: maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml?rev=291102&r1=291101&r2=291102&view=diff
==============================================================================
--- maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml (original)
+++ maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml Fri Sep 23 04:26:37 2005
@@ -19,7 +19,6 @@
     </dependency>
   </dependencies>
   <reporting>
-    <excludeDefaults>true</excludeDefaults>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org