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

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

        

Reply via email to