That first URL has an extra org/apache/maven/ in it, and an extra / too. I imagine this is the source of your troubles.
Wayne On 4/15/08, Brian E. Fox <[EMAIL PROTECTED]> wrote: > The reason you see this with 2.0.9 is probably because it bumped you up to > surefire 2.4.2, but otherwise nothing in 2.0.9 changed that should affect > this. It's a little hard to know why you can't get that jar. Are you able to > load it from a browser without a proxy? > > Adding the ibiblio repo won't help if you aren't able to get to the main repo. > > -----Original Message----- > From: Tonté Pouncil [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 15, 2008 12:16 PM > To: [email protected] > Subject: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 > -- NEED HELP > > > I just downloaded Maven 2.0.9. I was using Maven 2.0.8. When I tried to > run the clean install goal, Maven complains it can't download > maven-surefire-plugin. (See below for maven output.) How do I fix this? > > How do I set up the ibiblio maven 2 repository in my setting.xml file as a > profile. What is the URL to the ibiblio maven 2 repository? > > Thanks! > > Tonté > > Downloading: > http://repo1.maven.org/maven2/org/apache/maven//org/apache/maven/plugins/maven-surefire-plugin/2.4.2 > /maven-surefire-plugin-2.4.2.pom > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2 > /maven-surefire-plugin-2.4.2.pom > Downloading: http://172.18.10.165 > /svn-repos/org/apache/maven/plugins/maven-surefire-plugin/2.4.2 > /maven-surefire-plugin-2.4.2.pom > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2 > /maven-surefire-plugin-2.4.2.pom > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: org.apache.maven.plugins:maven-surefire-plugin > > Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in > repository: Unable to download the artifact from any repository > > org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.2 > from the specified remote repositories: > codehaus.org (http://snapshots.repository.codehaus.org), > maven.org (http://repo1.maven.org/maven2/org/apache/maven/), > aviall-maven-repo (http://xxx.xxx.xxx.xxx/svn-repos), > central (http://repo1.maven.org/maven2), > apache.org (http://people.apache.org/repo/m2-snapshot-repository) > for project org.apache.maven.plugins:maven-surefire-plugin > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > This e-mail message, including attachments, may contain confidential, > proprietary, or export controlled information. > Any unauthorized disclosure, distribution, or other use is prohibited, > unless expressly authorized. > If you receive this e-mail in error, please notify the sender, and delete > all copies of the original message from your systems. > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > This e-mail message, including attachments, may contain confidential, > proprietary, or export controlled information. > Any unauthorized disclosure, distribution, or other use is prohibited, > unless expressly authorized. > If you receive this e-mail in error, please notify the sender, and delete > all copies of the original message from your systems. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
