Gisbert Amm wrote:
Out of the blue I'm getting this error:

Error getting reports from the plugin 'org.apache.maven.plugins:maven-changes-plugin': Unable to find the mojo 'org.apache.maven.plugins:maven-changes-plugin:2.0-beta-3-SNAPSHOT:changes-report' in the plugin 'org.apache.maven.plugins:maven-changes-plugin'

Does anybody have a glue why this happens and how to work around it?

-Gisbert


This pops up from time to time for different plugins. The general cure is to go into your local repository and remove the folder that contains all versions for that particular plugin. This will trigger maven to download a new copy of the plugin on the next run. It usually solves the problem. Somehow the metadata in the local repo gets corrupted.

--
Dennis Lundberg

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

Reply via email to