[ http://jira.codehaus.org/browse/MEV-431?page=comments#action_72217 ] Carlos Sanchez commented on MEV-431: ------------------------------------
we dont upload poms just for having them. Only correct poms are uploaded and what you provide are missing a lot of info, specially dependencies > axis-jaxrpc and axis-saaj both version 1.4 have no POM > ------------------------------------------------------ > > Key: MEV-431 > URL: http://jira.codehaus.org/browse/MEV-431 > Project: Maven Evangelism > Issue Type: Bug > Components: Invalid POM > Reporter: Aede > > Both axis-saaj and axis-jaxrpc (which specified as dependencies in > axis:axis:pom:1.4) do not have a pom of their own. This will cause maven to > use stubs and not store de deps in its local repo. > axis-saaj would need a pom (axis-saaj-1.4.pom) with the following content: > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>axis</groupId> > <artifactId>axis-saaj</artifactId> > <version>1.4</version> > </project> > axis-saaj would need a pom (axis-jaxrpc-1.4.pom) with the following content: > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>axis</groupId> > <artifactId>axis-jaxrpc</artifactId> > <version>1.4</version> > </project> -- 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
