You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/03/23 14:21:23 UTC

[jira] Commented: (MEV-655) Invalid POM in Maven Central Repository (com.megginson.sax:xml-writer:0.2)

    [ http://jira.codehaus.org/browse/MEV-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214986#action_214986 ] 

Benjamin Bentmann commented on MEV-655:
---------------------------------------

Just in case, using <dependencyManagement> for xml-apis:1.0.b2 in your own POM, you should be able to enforce the proper version.

> Invalid POM in Maven Central Repository (com.megginson.sax:xml-writer:0.2)
> --------------------------------------------------------------------------
>
>                 Key: MEV-655
>                 URL: http://jira.codehaus.org/browse/MEV-655
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Dependencies
>            Reporter: Peter Jeszenszky
>
> 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