You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jan Vissers <Ja...@cumquat.nl> on 2006/08/11 16:05:14 UTC

Changes report - maven 2.0.4

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>

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>

Come on guys ... this is getting pretty awkward!




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Changes report - maven 2.0.4

Posted by Dennis Lundberg <de...@apache.org>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org