Hi Gianfranco,

There indeed is a changelog plugin for m2. It was hosted by Mojo [1] , but
is presently being moved to Maven.

For the moment, you can use :
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changelog-maven-plugin</artifactId>
      </plugin>

When the plugin is moved, you'll be able to see it here [2]. Then you will
only need :
      <plugin>
        <artifactId>maven-changelog-plugin</artifactId>
      </plugin>

(note the word order between "maven" and "changelog")

[1] http://mojo.codehaus.org/
[2] http://www.ibiblio.org/maven2/org/apache/maven/plugins/

- Yann

On 3/22/06, Gianfranco Oldani <[EMAIL PROTECTED]> wrote:
>
> Hello,
> Is the changelog plugin still available for maven 2? I want to be able to
> generate change logs via the m2 site goal and my subversion repository. DO
> I
> miss something or the changelog plugin is the right one to use?
>
> Regards and Thanks for help.
>
> Gianfranco OLDANI
> Mob: +41787330350
> Web: www.gfoldani.com
>
> _________________________________________________________________
> Vous voulez adopter un chien mais ne savez pas où trouver Rex? MSN Search
> si. http://search.msn.ch/results.aspx?q=adopter+un+chien&FORM=QBRE
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to