mirror of https://github.com/apache/maven.git
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:
parent
8007fcccfa
commit
deaebc1c10
|
@ -19,7 +19,6 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
<reporting>
|
||||
<excludeDefaults>true</excludeDefaults>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue