Arnaud Bailly a écrit :
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 ?
thx,
I use this plugin since a week and I had to get the sources and install it.
I've got sources by svn on that URL :
http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changes-plugin
If you're using the changes.xml file, be careful to have it on that path
: src/changes/changes.xml.
Here is the pom part wich work for this plugin :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
Good luck
Grégory
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]