Hi,
We are experiencing problems with Maven for a couple of weeks now.
It's happening on all Maven installations, and I don't have a clue why.
The problem is with the compiler plugin.
If we do a 'mvn package' we get the following exception:
[INFO] Internal error in the plugin manager executing goal
'org.apache.maven.plugins:maven-compiler-plugin:2.1-el4j_20080110_1520:compile':
Unable to find the mojo
'org.apache.maven.plugins:maven-compiler-plugin:2.1-el4j_20080110_1520:compile'
in the plugin
'org.apache.maven.plugins:maven-compiler-plugin'org/codehaus/plexus/compiler/util/scan/InclusionScanException
Here is the contents of the file
'.m2\repository\org\apache\maven\plugins\maven-compiler-plugin\maven-metadata-elca-services.xml'.
If we replace 2.1-el4j_20080110_1520 with 2.0.2, it compiles.
But we have to do this every day, and our build server gets lost too.
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1-el4j_20080110_1520</version>
<versioning>
<latest>2.1-el4j_20080110_1520</latest>
<versions>
<version>2.1-el4j_20080110_1520</version>
</versions>
<lastUpdated>20080111075723</lastUpdated>
</versioning>
</metadata>
Thanks,
Danilo
--
View this message in context:
http://www.nabble.com/maven-compiler-plugin-2.1-el4j_20080110_1520-tp15137318s177p15137318.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]