Re: Re : Release notification

2010-02-25 Thread Kalle Korhonen
We use Nexus for RSS feeds, it has a built-in feed for releases.

Kalle


On Thu, Feb 25, 2010 at 10:06 AM, Wayne Fay  wrote:
>>> >> Is there a way to add notifications (email, RSS, etc.) when a release is
>>> >> performed ?
>
> Seems like a feature I'd expect to get from an MRM (Nexus,
> Artifactory, Archiva) rather than from Maven itself.
>
> Wayne
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

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



Re: Re : Release notification

2010-02-25 Thread Brian Fox
If you use Staging in Nexus, you can get emails when a release is
staged and optionally also when it is later promoted. You can see
these emails on the maven-dev list anytime we stage a release.

On Thu, Feb 25, 2010 at 1:30 PM, Kalle Korhonen
 wrote:
> We use Nexus for RSS feeds, it has a built-in feed for releases.
>
> Kalle
>
>
> On Thu, Feb 25, 2010 at 10:06 AM, Wayne Fay  wrote:
 >> Is there a way to add notifications (email, RSS, etc.) when a release is
 >> performed ?
>>
>> Seems like a feature I'd expect to get from an MRM (Nexus,
>> Artifactory, Archiva) rather than from Maven itself.
>>
>> Wayne
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

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



Re: Re : Release notification

2010-02-25 Thread Wayne Fay
>> >> Is there a way to add notifications (email, RSS, etc.) when a release is
>> >> performed ?

Seems like a feature I'd expect to get from an MRM (Nexus,
Artifactory, Archiva) rather than from Maven itself.

Wayne

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



Re : Release notification

2010-02-25 Thread langlois yan
Ok, thank you.

yan.





De : Anders Hammar 
À : Maven Users List 
Envoyé le : Jeu 25 Février 2010, 9 h 56 min 16 s
Objet : Re: Release notification

Yes, unless you want to do staging first...

/Anders

On Thu, Feb 25, 2010 at 09:52, Mark Derricutt  wrote:

> You can however change the release plugin configuration:
>
> 
>  org.apache.maven.plugins
>  maven-release-plugin
>  
>clean verify
> changes:announcement-generate
>deploy changes:announcement-mail
>  
> 
>
> Mark
>
> --
> Pull me down under...
>
> On Thu, Feb 25, 2010 at 9:47 PM, Anders Hammar  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 
> wrote:
> >
> >> Hi,
> >>
> >> Is there a way to add notifications (email, RSS, etc.) when a release is
> >> performed ?
> >>
> >> Yan Langlois.
> >>
> >>
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>



  

Re: Release notification

2010-02-25 Thread Anders Hammar
Yes, unless you want to do staging first...

/Anders

On Thu, Feb 25, 2010 at 09:52, Mark Derricutt  wrote:

> You can however change the release plugin configuration:
>
> 
>  org.apache.maven.plugins
>  maven-release-plugin
>  
>clean verify
> changes:announcement-generate
>deploy changes:announcement-mail
>  
> 
>
> Mark
>
> --
> Pull me down under...
>
> On Thu, Feb 25, 2010 at 9:47 PM, Anders Hammar  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 
> wrote:
> >
> >> Hi,
> >>
> >> Is there a way to add notifications (email, RSS, etc.) when a release is
> >> performed ?
> >>
> >> Yan Langlois.
> >>
> >>
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Release notification

2010-02-25 Thread Mark Derricutt
You can however change the release plugin configuration:


  org.apache.maven.plugins
  maven-release-plugin
  
clean verify
changes:announcement-generate
deploy changes:announcement-mail
  


Mark

-- 
Pull me down under...

On Thu, Feb 25, 2010 at 9:47 PM, Anders Hammar  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  wrote:
>
>> Hi,
>>
>> Is there a way to add notifications (email, RSS, etc.) when a release is
>> performed ?
>>
>> Yan Langlois.
>>
>>
>>
>>
>

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



Re: Release notification

2010-02-25 Thread Anders Hammar
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  wrote:

> Hi,
>
> Is there a way to add notifications (email, RSS, etc.) when a release is
> performed ?
>
> Yan Langlois.
>
>
>
>