Here is one error seen with eclipse plugin and not with mvn or in IDEA :

11/01/08 15:29:44 CET: Parsing error
c:\maven-repository\net\sf\jt400\jt400-full\6.0\jt400-full-6.0.pom;
org.codehaus.plexus.util.xml.pull.XmlPullParserException: Duplicated
tag: 'name' (position: START_TAG seen ...<license>\n\t\t\t<name>...
@11:10)
11/01/08 15:29:44 CET: Unable to read slib-jutils/pom.xml;
org.eclipse.core.runtime.CoreException: Parsing error
c:\maven-repository\net\sf\jt400\jt400-full\6.0\jt400-full-6.0.pom;
org.codehaus.plexus.util.xml.pull.XmlPullParserException: Duplicated
tag: 'name' (position: START_TAG seen ...<license>\n\t\t\t<name>...
@11:10)

Here is the jt400-full-6.0.pom :

<project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.sf.jt400</groupId>
        <artifactId>jt400-full</artifactId>
        <packaging>jar</packaging>
        <name>JT400</name>
        <version>6.0</version>
        <url>http://jt400.sourceforge.net/</url>
        <licences>
                <license>
                        <name>IBM Public License Version 1.0</name>
                        
<url>http://downloads.sourceforge.net/jt400/license_6_0.html</url>
                        <distribution>repo</distribution>
                </license>
        </licences>
        <scm>
                <url>http://jt400.cvs.sourceforge.net/jt400/</url>
        </scm>
</project>

Mix between licence/license may be but it seems the parser is running
in more strict mode in plugin...

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to