Re: Notification on deployment of a new version of artifact

2008-01-23 Thread Andrew Williams
Oops, this is a little late, catching up on my email. Figured you might like to know that I saw this feature in the HeadsUp! (http://headsupdevelopment.com) notification system, not sure that there are any free betas yet though... Andy On 5 Jan 2008, at 16:47, Guillaume Lederrey wrote: Hav

Re: Notification on deployment of a new version of artifact

2008-01-05 Thread Guillaume Lederrey
Have a look at the maven-changes-plugin (http://maven.apache.org/plugins/maven-changes-plugin/). Coupled with the maven-release-plugin, you should be able to send an email every time there is a release ... On 31/12/2007, Wayne Fay <[EMAIL PROTECTED]> wrote: > To me, this does not seem like functio

Re: Notification on deployment of a new version of artifact

2007-12-31 Thread Wayne Fay
To me, this does not seem like functionality that belongs in Maven itself. Instead, this might be functionality available in a Maven repository management tool like Archiva, Proximity, etc. You will need to look at those packages and see what is available. Wayne On 12/28/07, amit kumar <[EMAIL P

Re: Notification on deployment of a new version of artifact

2007-12-28 Thread amit kumar
Thanks. Actually I want to have something similar for our company's repository which is lying on my LAN. The requirement is like, whenever a developer deploys a newer version, everyone must be notified. So I was wondering if Maven provides such a feature already. Regards, Hemant Malik On 12/29/07

Re: Notification on deployment of a new version of artifact

2007-12-28 Thread Wim Deblauwe
There is an RSS feed you can track on http://www.mvnrepository.com/ regards, Wim 2007/12/28, amit kumar <[EMAIL PROTECTED]>: > > HI, > Is it possible to notify ( via email may be ) whenever a newer version of > artifact is deployed into the remote maven repository? > Any ideas? > > Regards, > Am