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) '


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Massol 2005-09-23 11:26:37 +00:00
parent 8007fcccfa
commit deaebc1c10
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
</dependency>
</dependencies>
<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>