Invalid dom4j POM
-----------------
Key: MEV-342
URL: http://jira.codehaus.org/browse/MEV-342
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Brian Wainwright
The following dependency entries have invalid XML for their "artifactId"
elements and cause invalid POM warning messages. The artifactId end tags are
actually start tags (ie. <artifactId> not </artifactId>.
<dependency>
<groupId>junit</groupId>
<artifactId>junit<artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junitperf</groupId>
<artifactId>junitperf<artifactId>
<version>1.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces<artifactId>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan<artifactId>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jtidy</groupId>
<artifactId>jtidy<artifactId>
<version>4aug2000r7-dev</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pull-parser</groupId>
<artifactId>pull-parser<artifactId>
<version>2</version>
<scope>test</scope>
</dependency>
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]