Jan Vissers wrote:
Cannot use this report, cause it cannot be located.
Tried several things here:
according to documentation:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
The plugin has not yet been released, so it's only available as a
snapshot. Please read this document to set that up for you:
http://maven.apache.org/guides/development/guide-testing-development-plugins.html
And according to some 'rumours' about relocation of the plugin:
<groupId>org.codehaus.mojo</groupId>
<artifactId>changes-maven-plugin</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
<reportSets>
<reportSet>
<reports>
<report>jira-report</report>
</reports>
</reportSet>
</reportSets>
That is an old version. You should not use that.
Come on guys ... this is getting pretty awkward!
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]