You can however change the release plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <configuration>
    <preparationGoals>clean verify
changes:announcement-generate</preparationGoals>
    <goals>deploy changes:announcement-mail</goals>
  </configuration>
</plugin>

Mark

-- 
Pull me down under...

On Thu, Feb 25, 2010 at 9:47 PM, Anders Hammar <[email protected]> wrote:
> The changes plugin supports email:
> http://maven.apache.org/plugins/maven-changes-plugin/usage.html
>
> However, it's not triggered by a release but you need to run it separately.
> I guess you could bind it to the deploy phase, but I'm not sure you want to
> do this. Normally you would go through staging first and then, if ok,
> announce.
>
> /Anders
>
> On Thu, Feb 25, 2010 at 08:58, langlois yan <[email protected]> wrote:
>
>> Hi,
>>
>> Is there a way to add notifications (email, RSS, etc.) when a release is
>> performed ?
>>
>> Yan Langlois.
>>
>>
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to