[ http://jira.codehaus.org/browse/MEV-361?page=comments#action_67236 ]
Joerg Schaible commented on MEV-361: ------------------------------------ Can anyone of the Maven team answer how we should solve this issues (MEV-360 and MEV-361)? It not only for the release candidates, but also for the final releases. These versions were generated with M1 and the M2 poms are created from the automated converter. So how can we proceed? > picocontainer has invalid xpp3 dependency > ----------------------------------------- > > Key: MEV-361 > URL: http://jira.codehaus.org/browse/MEV-361 > Project: Maven Evangelism > Type: Improvement > Components: Dependencies > Reporter: Wayne Fay > > > http://www.ibiblio.org/maven2/picocontainer/picocontainer/1.2-RC-2/picocontainer-1.2-RC-2.pom > <groupId>picocontainer</groupId> > <artifactId>picocontainer</artifactId> > <name>PicoContainer Core</name> > <version>1.2-RC-2</version> > ... > <dependency> > <groupId>xpp3</groupId> > <artifactId>xpp3</artifactId> > <version>1.1.3.4-RC8_min</version> > </dependency> > This should be updated to use a classifier instead: > <dependency> > <groupId>xpp3</groupId> > <artifactId>xpp3</artifactId> > <version>1.1.3.4</version> > <classifier>RC8_min</classifier> > </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