I would like to browse the maven source in eclipse. I have downloaded the sources from maven. But when I try to run mvn eclipse:eclipse on the maven-core project, I receive an error like this :
required artifacts missing: org.apache.maven:maven-monitor:jar:2.1-SNAPSHOT org.apache.maven:maven-error-diagnostics:jar:2.1-SNAPSHOT org.apache.maven:maven-plugin-api:jar:2.1-SNAPSHOT org.apache.maven:maven-model:jar:2.1-SNAPSHOT org.apache.maven:maven-plugin-registry:jar:2.1-SNAPSHOT org.apache.maven:maven-artifact:jar:2.1-SNAPSHOT org.apache.maven:maven-profile:jar:2.1-SNAPSHOT org.apache.maven:maven-plugin-parameter-documenter:jar:2.1-SNAPSHOT org.codehaus.plexus:plexus-utils:jar:1.0.6-SNAPSHOT org.apache.maven:maven-plugin-descriptor:jar:2.1-SNAPSHOT org.apache.maven.reporting:maven-reporting-api:jar:2.1-SNAPSHOT org.apache.maven:maven-project:jar:2.1-SNAPSHOT org.apache.maven:maven-repository-metadata:jar:2.1-SNAPSHOT org.apache.maven:maven-artifact-manager:jar:2.1-SNAPSHOT org.apache.maven:maven-settings:jar:2.1-SNAPSHOT for the artifact: org.apache.maven:maven-core:jar:2.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://cvs.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2) Yesterday, I did the same thing with some plugins, and it worked. The dependent SNAPSHOT where available. Is it because it's the core module who need bootstrap. Is it because the SNAPSHOT are not available today, or is it for an other reason? By the way, I wonder if apache.snapshots should be used. There is much less on this reposiroty than on the last one (on codehaus). SCOKART Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
