I have followed the install / build instructions in getting started. For some reason the build fails with mvn eclipse:eclipse the error reported is
[INFO] Preparing eclipse:eclipse [INFO] snapshot org.apache.camel:camel-maven-plugin:2.0-SNAPSHOT: checking for u pdates from apache.m2.repo Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apach e/camel/camel-maven-plugin/2.0-SNAPSHOT/camel-maven-plugin-2.0-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.camel:camel-maven-plugin:maven-plugin :2.0-SNAPSHOT' in repository apache.m2.repo (http://people.apache.org/repo/m2-ib iblio-rsync-repository) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] A required plugin was not found: Plugin could not be found - check that t he goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-maven -plugin -Dversion=2.0-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-maven-p lugin -Dversion=2.0-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl =[url] -DrepositoryId=[id] org.apache.camel:camel-maven-plugin:maven-plugin:2.0-SNAPSHOT from the specified remote repositories: apache.m2.repo (http://people.apache.org/repo/m2-ibiblio-rsync-repository), central (http://repo1.maven.org/maven2) org.apache.camel:camel-maven-plugin:maven-plugin:2.0-SNAPSHOT from the specified remote repositories: apache.m2.repo (http://people.apache.org/repo/m2-ibiblio-rsync-repository), central (http://repo1.maven.org/maven2) -- View this message in context: http://www.nabble.com/Errors-building-source-code-tp23683799p23683799.html Sent from the Camel Development mailing list archive at Nabble.com.
