Hi,
The reason it is failing is because you are trying to utilize SNAPSHOT
artifacts and yet you have not configured a Snapshot repository in
your pom.xml.
It looks like you're trying to compile Maven itself, or something
along those lines? Why are you doing this? This is generally something
that rookies should avoid doing.
No, I just ran across the same error when trying to compile one of our
projects. It's the typical "yesterday everything worked, today it's
broken" problem caused by not specifying Maven core plugin versions in
the (super) POM... :(
Obviously, a new maven-compiler-plugin snapshot was released that
requires snapshot versions of plexus-compiler-* jars.
----------
[INFO] snapshot
org.apache.maven.plugins:maven-compiler-plugin:2.1-SNAPSHOT: checking
for updates from central
Downloading:
http://XXXXXXXXXX1/artifactory/repo/org/apache/maven/plugins/maven-compiler-plugin/2.1-SNAPSHOT/maven-compiler-plugin-2.1-20080212.213249-8.pom
Downloading:
http://XXXXXXXX/artifactory/repo/org/codehaus/plexus/plexus-compiler-javac/1.6-SNAPSHOT/plexus-compiler-javac-1.6-SNAPSHOT.pom
Downloading:
http://XXXXXXXX/repo/m2-snapshot-repository/org/codehaus/plexus/plexus-compiler-api/1.6-SNAPSHOT/plexus-compiler-api-1.6-SNAPSHOT.pom
Downloading:
http://XXXXXXXX/artifactory/repo/org/codehaus/plexus/plexus-compiler-manager/1.6-SNAPSHOT/plexus-compiler-manager-1.6-SNAPSHOT.jar
.
.
.
1) org.codehaus.plexus:plexus-compiler-api:jar:1.6-SNAPSHOT
2) org.codehaus.plexus:plexus-compiler-manager:jar:1.6-SNAPSHOT
3) org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT
---------
I can't seem to find these jars on repo1.maven.org /
snapshots.repository.codehaus.org ...does anyone know where to get them ?
Regards,
Tobias
P.S. After locking down the maven-compiler plugin version to 2.0.2
things are working again...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]