Hi, Maven is having problems downloading dependencies. Any suggestions?
Here is the command line output C:\project>mvn -version Apache Maven 2.0.11 (r909250; 2010-02-11 22:55:50-0700) Java version: 1.6.0_21 Java home: C:\devtools\Java\jdk1.6.0_21\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows" C:\project> C:\project> C:\project>mvn shade:shade [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'shade'. Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/1.4.3/maven-shade-plugin-1.4.3.pom [INFO] Unable to find resource 'org.apache.maven.plugins:maven-shade-plugin:pom:1.4.3' in repository central (http://repo1.maven.org/maven2) Downloading: http://maven.springframework.org/release//org/apache/maven/plugins/maven-shade-plugin/1.4.3/maven-shade-plugin-1.4.3.pom [INFO] Unable to find resource 'org.apache.maven.plugins:maven-shade-plugin:pom:1.4.3' in repository com.springsource.repository.maven.release ( http://maven.springframework.org/release/) Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/1.4.3/maven-shade-plugin-1.4.3.pom [INFO] Unable to find resource 'org.apache.maven.plugins:maven-shade-plugin:pom:1.4.3' in repository JBoss Repo (http://repository.jboss.org/nexus/content/groups/public) Downloading: http://download.java.net/maven/2//org/apache/maven/plugins/maven-shade-plugin/1.4.3/maven-shade-plugin-1.4.3.pom [INFO] Unable to find resource 'org.apache.maven.plugins:maven-shade-plugin:pom:1.4.3' in repository maven2-repository.dev.java.net (http://download.java.net/maven/2/) Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-shade-plugin/1.4.3/maven-shade-plugin-1.4.3.pom [INFO] Unable to find resource 'org.apache.maven.plugins:maven-shade-plugin:pom:1.4.3' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-shade-plugin Reason: POM 'org.apache.maven.plugins:maven-shade-plugin' not found in repository: Unable to download the artifact from any repository org.apache.maven.plugins:maven-shade-plugin:pom:1.4.3 from the specified remote repositories: JBoss Repo (http://repository.jboss.org/nexus/content/groups/public), com.springsource.repository.maven.release ( http://maven.springframework.org/release/), maven2-repository.dev.java.net (http://download.java.net/maven/2/), central (http://repo1.maven.org/maven2) for project org.apache.maven.plugins:maven-shade-plugin [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Thu Dec 09 14:02:46 MST 2010 [INFO] Final Memory: 3M/121M [INFO] ------------------------------------------------------------------------ C:\project> -- Elliot
