Hello;
I have two solutions to resolve that :
1. change the artifactID and the groupID of the POM file to
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
<version>2.0-beta-1</version>
2. The second solution is to connect to the maven 2 sandbox svn and to
download the maven-changes plugin from that. and under the root folder of
the archive chacked out, type mvn to build it and your plugin will be
available :) Enjoy!
here is the url which will guide you to connect to the maven svn.
http://maven.apache.org/guides/development/guide-building-m2.html
Cordialement :)
--
View this message in context:
http://www.nabble.com/maven-changes-plugin------t1760666.html#a4919441
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]