[ http://jira.codehaus.org/browse/MEV-157?page=all ] Matt Todd reopened MEV-157: ---------------------------
Well its not the dependencies which are at issue here, Maven 2 produces warnings when building as it can't find the poms for the old paths. It would be useful if the old locations had redirect poms in them instead of nothing. e.g. http://ibiblio.org/maven2/activation http://ibiblio.org/maven2/mail Is not there and could do with a redirect to the correct activation and mail, or the dumpster pom changing. Thanks, Matt. > Invalid deps in the dumbster pom > --------------------------------- > > Key: MEV-157 > URL: http://jira.codehaus.org/browse/MEV-157 > Project: Maven Evangelism > Type: Bug > Components: Dependencies > Reporter: Matt Todd > Assignee: Carlos Sanchez > > > <dependencies> > <dependency> > <groupId>activation</groupId> > <artifactId>activation</artifactId> > <version>1.0.2</version> > </dependency> > <dependency> > <groupId>javamail</groupId> > <artifactId>mail</artifactId> > <version>1.3.2</version> > </dependency> > </dependencies> > Should be: > <dependencies> > <dependency> > <groupId>javax.activation</groupId> > <artifactId>activation</artifactId> > <version>1.0.2</version> > </dependency> > <dependency> > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > <version>1.3.2</version> > </dependency> > </dependencies> -- 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]