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]
