[ http://jira.codehaus.org/browse/MNG-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163718#action_163718 ]
Benjamin Bentmann commented on MNG-4019: ---------------------------------------- >From the [immediate parent >POM|http://andromda.cvs.sourceforge.net/viewvc/*checkout*/andromda/metafacades/uml/pom.xml?revision=1.7.2.10&content-type=text%2Fplain&pathrev=V3_x_HEAD] > of the POM you provided first: {code:xml} <testResource> <directory>src/test/java</directory> <excludes> <excludes>**/*.java</excludes> <!-- Note the plural here, it should however be <exclude> --> </excludes> </testResource> {code} i.e. the POM is indeed invalid, cf. the [XSD|http://maven.apache.org/xsd/maven-4.0.0.xsd]. > Unrecognised association "exclude" in pom parsing > <resource><directory><excludes> in 2.0.10-RC10 > ------------------------------------------------------------------------------------------------ > > Key: MNG-4019 > URL: http://jira.codehaus.org/browse/MNG-4019 > Project: Maven 2 > Issue Type: Bug > Components: POM > Affects Versions: 2.0.10 > Environment: XP SP3, Java 1.5.0_12-b04, Maven 2.0.10-RC10 2/1/09. > Reporter: Bob Fields > Priority: Critical > Attachments: 209Debug.log, 210Debug.log, pom.xml, pom.xml > > > Fails in Maven 2.0.10-RC10, works in 2.0.8 and 2.0.9. pom.xml containing the > following: > <resources> > <resource> > <directory>src/java</directory> > <excludes> > <exclude>**/*.java</exclude> > </excludes> > </resource> > Fails with: > org.apache.maven.reactor.MavenExecutionException: Parse error reading POM. > Reason: Unrecognised association: 'excludes' (position: START_TAG seen > ...<excludes>\ > <excludes>... @138:31) for project > unknown:andromda-metafacades-uml at > C:\workspaces\A34\andromda34\metafacades\uml\pom.xml > Caused by: org.apache.maven.project.InvalidProjectModelException: Parse error > reading POM. Reason: Unrecognised association: 'excludes' (position: > START_TAG seen ...<excludes>\r\n <excludes>... @138:31) > for project unknown:andromda-metafacades-uml at > C:\workspaces\A34\andromda34\metafacades\uml\pom.xml > at > org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1591) > Not sure if this is related to http://jira.codehaus.org/browse/MNG-3680 > pom.xml and mvn -X output from 2.0.9 and 2.0.10 attached. Pom file is from > AndroMDA: http://team.andromda.org/docs/source-repository.html under > directory metafacades\uml. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira