Invalid POM in Maven Central Repository (com.megginson.sax:xml-writer:0.2)
--------------------------------------------------------------------------
Key: MNG-4605
URL: http://jira.codehaus.org/browse/MNG-4605
Project: Maven 2 & 3
Issue Type: Bug
Components: Artifacts and Repositories
Reporter: Peter Jeszenszky
Priority: Minor
Using the following dependency results an error ("Failed to resolve artifact"):
{code:xml}
<dependency>
<groupId>com.megginson.sax</groupId>
<artifactId>xml-writer</artifactId>
<version>0.2</version>
</dependency>
{code}
The error is caused by the POM at
[http://repo1.maven.org/maven2/com/megginson/sax/xml-writer/0.2/xml-writer-0.2.pom]
that contains a typo in the dependency
{code:xml}
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.O.b2</version>
</dependency>
{code}
The third character of the version number is currently the letter {{O}} that
should
be changed to the digit zero.
--
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