Hi,

I'm trying to build the trunk checkout of maven-jar-plugin in order to
create a patch for http://jira.codehaus.org/browse/MJAR-30.

I've got maven-2.0.4 installed, and in the root dir of the
maven-jar-plugin dir am running this:
  mvn install

However I'm getting this (message trimmed somewhat):

[ERROR] BUILD ERROR
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.codehaus.plexus:plexus-compiler-api:jar:1.6-SNAPSHOT
  Path to dependency:
        1)
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.1-20060630.030817-1
        2) org.codehaus.plexus:plexus-compiler-api:jar:1.6-SNAPSHOT

2) org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT
  Path to dependency:
        1)
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.1-20060630.030817-1
        2) org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

----------
2 required artifacts are missing.

for artifact:

org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.1-20060630.030817-1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org),
  snapshots (http://svn.apache.org/maven-snapshot-repository)


As you can see, I've added a couple of snapshot repos. The codehaus one
does have a lot of plexus-related stuff, but no plexus-compiler-api.

Any hints welcome.

Thanks,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to