Arnaud Bailly wrote:
Hi,
I have problems using changes plugin:
- it is referenced in the maven.apache.org/plugins list - there is no plugin org.apache.maven.plugins/maven-changes-plugin
 - there is a plugin org.codehaus.mojo/changes-maven-plugin

When I try to invoke the plugin from the CLI using
changes:announcement-generate maven complains that it can't find
org.apache.maven.plugins/maven-changes-plugin which implies that
prefix changes is resolved to the apache version.

Could someone point me in the righht direction ?

This plugin was first developed at mojo.codehaus.org. Recently it moved to the Apache Maven sandbox. From what I can see, no SNAPSHOT has been made after the plugin moved to Apache. I will ping the dev-list to see if we can't get a SNAPSHOT out.

In the meantime you can use the mojo version:
  org.codehaus.mojo:changes-maven-plugin:2.0-beta-1

--
Dennis Lundberg

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

Reply via email to