I agree that these messages are harmless but it does trigger maven to each time try and retrieve these from all configured mirrors. The Maven Way(tm) of solving this is to contact each project individually and ask them if they could be so kind to make a pom for each artifact and upload it to maven jira so the admins can include it in the next sync to repo1.
Alternatively, just install these in your local repo or proxy using -DgeneratePom=true hth Jorg On 5/23/07, Tomek Sztelak <[EMAIL PROTECTED]> wrote:
No, maven just search available repos till it find given jar. You don't have to wary about these warnings. On 5/23/07, mraible <[EMAIL PROTECTED]> wrote: > > After adding xfire-all version 1.2.6 to my pom.xml, I get the following > messages each time I run Maven. > > Downloading: > http://repo1.maven.org/maven2/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom > Downloading: > http://static.appfuse.org/repository/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom > Downloading: > http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom > Downloading: > http://static.appfuse.org/repository/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom > Downloading: http://repo1.maven.org/maven2/wss4j/wss4j/1.5.1/wss4j-1.5.1.pom > Downloading: > http://static.appfuse.org/repository/wss4j/wss4j/1.5.1/wss4j-1.5.1.pom > Downloading: > http://repo1.maven.org/maven2/xfire/saaj-impl/1.3/saaj-impl-1.3.pom > Downloading: > http://static.appfuse.org/repository/xfire/saaj-impl/1.3/saaj-impl-1.3.pom > > Are these poms missing from Maven's central repo? I'd like to figure out a > workaround. Should I just use "mvn deploy:file" to install these in > AppFuse's repo? > > Thanks, > > Matt > -- > View this message in context: http://www.nabble.com/Downloading-Messages-from-Maven-tf3800946.html#a10754227 > Sent from the XFire - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
