Michael Kargbo wrote:
The plugin 'org.codehaus.mojo:jdiff-maven-plugin' does not exist or no
valid version could be found
I have in my pluginRepository, the codehaus snapshot repository
<pluginRepository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
Works for me. You could try to add the Codehaus snapshot repo
additionally as a regular <repository> (c.f. [0]). I don't see how this
could make a difference for Maven 2.x but one never knows.
If you employ a proxy, have a look at [1].
Has the project moved ?
No, see [2] where the artifacts reside.
Another option is to just checkout the project sources and install it
locally using
mvn install
Benjamin
[0] http://mojo.codehaus.org/using-sandbox-plugins.html
[1] http://maven.apache.org/guides/mini/guide-proxies.html
[2]
http://snapshots.repository.codehaus.org/org/codehaus/mojo/jdiff-maven-plugin/
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email