Hi so I'm trying to build an application that uses maven but I get errors during the build that say a dependency is not found.
The following is the error section. It's referencing a snapshot which seems wrong, is there a different repository that it should reference or a different plugin to use? Thanks, Lee [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-dependency-plugin Version: 2.0-alpha-5-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.maven.plugins:maven-dependency-plugin:pom:2.0-alpha-5-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/), Maven Snapshots (http://people.apache.org/maven-snapshot-repository/), codehaus-plugins (http://repository.codehaus.org/), PRIDE_sourceforge_repro (http://pride-proteome.sourceforge.net/maven2), maven.shapshot (http://people.apache.org/repo/m2-snapshot-repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10 seconds [INFO] Finished at: Tue Nov 25 11:15:42 CST 2008 [INFO] Final Memory: 5M/10M [INFO] ------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
