Re: Plugin to notify about updated plugins

2008-08-28 Thread Stephen Connolly
I've had a look at that code, and I think it is doing something other than what is required here! As I see it, the display-plugin-updates goal should tell you of an update that is relevant to the *current pom only*. So if my parent pom specifies a version... then even if there is a newer version

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
Hey let's have four plugins all doing the same thing in subtly different ways! I'm going on two weeks vacation. I'm quite sure you'll have all this argued to death by the time I'm back! ;-) -Stephen On Fri, Aug 15, 2008 at 4:29 PM, Brian E. Fox <[EMAIL PROTECTED]>wrote: > I have the code in t

Re: Plugin to notify about updated plugins

2008-08-15 Thread Brian E. Fox
I have the code in the requirePluginRule to get the list of plugins in use and find the latest version. I had planned on making this a shared component and adding a help plugin goal to display the versions in use for everything and the latest. On 8/15/08 5:56 AM, "Mark Hobson" <[EMAIL PROTECTED]>

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
There is only one issue with this mojo at the moment (that I can see) It only checks plugins that are bound. If you have a pluginManagement section in your pom, that plugin management section is not checked. So, say for example you have the maven-idea-plugin defined in your plugin management sec

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
I am on vacation for the next two weeks... after that I'll call a vote to promote from the sandbox (but if you are a codehaus committer and want to call the vote for me while I'm on vacation please feel free) On Fri, Aug 15, 2008 at 11:15 AM, Stephane Nicoll <[EMAIL PROTECTED] > wrote: > Awesome,

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephane Nicoll
Awesome, I want this. What is the schedule for the first release? S. On Fri, Aug 15, 2008 at 10:52 AM, Stephen Connolly < [EMAIL PROTECTED]> wrote: > Jusrt checking in the display-plugin-updates mojo to the versions plugin. > The apply-plugin-updates is a bit tricker as we have to find the > plug

Re: Plugin to notify about updated plugins

2008-08-15 Thread Mark Hobson
Great stuff, now we're bordering on infringing the dependency plugin ;) Mark 2008/8/15 Stephen Connolly <[EMAIL PROTECTED]>: > display-dependency-updates goal now added > > The display-dependency-updates goal will check all the dependencies used in > your project and display a list of those depen

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
display-dependency-updates goal now added The display-dependency-updates goal will check all the dependencies used in your project and display a list of those dependencies with newer versions available. Here are some examples of what this looks like: svn checkout http://svn.codehaus.org/mojo/tru

Re: Plugin to notify about updated plugins

2008-08-15 Thread Mark Hobson
2008/8/15 Stephen Connolly <[EMAIL PROTECTED]>: > That plugin only has the sort-dependencies goal at the moment. > > I have no problem combining if it makes sense. > > At the moment I'm just working on this as a plugin for dealing with all > things to do with versions of stuff! Sure, I just recall

Re: Plugin to notify about updated plugins

2008-08-15 Thread Mark Hobson
2008/8/15 Stephen Connolly <[EMAIL PROTECTED]>: > I have plans for that too!!! > > I want one goal that looks at all the projects in the reactor and ensures > they are all using the same versions of dependencies external to the > reactor. > > I want another goal that looks ate all the projects in t

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
That plugin only has the sort-dependencies goal at the moment. I have no problem combining if it makes sense. At the moment I'm just working on this as a plugin for dealing with all things to do with versions of stuff! On Fri, Aug 15, 2008 at 9:59 AM, Mark Hobson <[EMAIL PROTECTED]> wrote: > Lo

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
I have plans for that too!!! I want one goal that looks at all the projects in the reactor and ensures they are all using the same versions of dependencies external to the reactor. I want another goal that looks ate all the projects in the reactor and ensures they are depending on the reactor ver

Re: Plugin to notify about updated plugins

2008-08-15 Thread Mark Hobson
Looks good. You may want to consider merging this plugin with this proposed one: http://jira.codehaus.org/browse/MOJO-928 Mark 2008/8/15 Stephen Connolly <[EMAIL PROTECTED]>: > Jusrt checking in the display-plugin-updates mojo to the versions plugin. > The apply-plugin-updates is a bit tricker a

Re: Plugin to notify about updated plugins

2008-08-15 Thread Stephen Connolly
Jusrt checking in the display-plugin-updates mojo to the versions plugin. The apply-plugin-updates is a bit tricker as we have to find the pluginManagement sections if necessary The display-plugin-updates goal will check all the plugins and reporters used in your project and display a list of tho

Re: Plugin to notify about updated plugins

2008-08-15 Thread Mark Hobson
It'd also be handy to have goals that display/update dependency versions too. Mark 2008/8/14 Stephen Connolly <[EMAIL PROTECTED]>: > I was thinking of a display-plugin-updates and a update-plugins monos > > Sent from my iPod > > On 14 Aug 2008, at 18:44, Dennis Lundberg <[EMAIL PROTECTED]> wrote:

Re: Plugin to notify about updated plugins

2008-08-14 Thread Stephen Connolly
I was thinking of a display-plugin-updates and a update-plugins monos Sent from my iPod On 14 Aug 2008, at 18:44, Dennis Lundberg <[EMAIL PROTECTED]> wrote: When I find the time for it I'll write down a proposal. I'm also keep to investigate how my ideas correlates with Stephen's plugin. It m

Re: Plugin to notify about updated plugins

2008-08-14 Thread Dennis Lundberg
When I find the time for it I'll write down a proposal. I'm also keep to investigate how my ideas correlates with Stephen's plugin. It might be another mojo in that plugin. Dan Tran wrote: > can you deploy a snaphot for review? :-) > > On Thu, Aug 14, 2008 at 10:21 AM, Dennis Lundberg <[EMAIL PR

Re: Plugin to notify about updated plugins

2008-08-14 Thread Stephen Connolly
and I have versions-maven-plugin in development Sent from my iPod On 14 Aug 2008, at 18:21, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Not yet, but I have one in my head... Jason Dillon wrote: Is there any nice plugin which I can run which will look at the current project and tell me which

Re: Plugin to notify about updated plugins

2008-08-14 Thread Dan Tran
can you deploy a snaphot for review? :-) On Thu, Aug 14, 2008 at 10:21 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Not yet, but I have one in my head... > > Jason Dillon wrote: >> Is there any nice plugin which I can run which will look at the current >> project and tell me which plugins are

Re: Plugin to notify about updated plugins

2008-08-14 Thread Dennis Lundberg
Not yet, but I have one in my head... Jason Dillon wrote: > Is there any nice plugin which I can run which will look at the current > project and tell me which plugins are out of date? > > --jason > > - > To unsubscribe, e-mail:

Plugin to notify about updated plugins

2008-08-14 Thread Jason Dillon
Is there any nice plugin which I can run which will look at the current project and tell me which plugins are out of date? --jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]