RE: New sandbox plugin: maven-reactor-plugin

2008-08-15 Thread Dan Fabulich
FYI maven-reactor-plugin 1.0-SNAPSHOT has a site now: http://maven.apache.org/plugins/maven-reactor-plugin/ I certainly approve of the idea of rolling at least the "make" "makeDependents" and "resume" parts of this into core, though there's two caveats here: 1) I think I'd like to release th

Re: Importing of DependencyManagement Info

2008-08-15 Thread Ralph Goers
Ralph Goers wrote: Shane Isbell wrote: I've been refactoring more of the project builder code and encountered a rule that if a dependencyManagement/dependencies/dependency element has type=pom and scope=import, the dependency management section of that dependency should be imported into the

RE: New sandbox plugin: maven-reactor-plugin

2008-08-15 Thread Brian E. Fox
I think this looks pretty sweet and similar to the proposal I wrote last year (but didn't implement yet): http://docs.codehaus.org/display/MAVEN/Make+Like+Reactor+Mode I think that this really belongs in core. Now that trunk has moved to 3.0 and we will have a new 2.1 branch (when we decide to cut

Re: [Proposal] Securing passwords in settings.xml

2008-08-15 Thread Oleg Gusakov
Maria - I described what I did on that page. If it's interesting - I can help with the project - really like this stuff :) Thanks, Oleg Maria Odea Ching wrote: Hi Everyone, I made a draft for a proposal on how to implement http://jira.codehaus.org/browse/MNG-553 (Secure Storage of Server Pass

Re: Maven 2.0.10-RC8

2008-08-15 Thread John Casey
to MNG-2562. I tried out the new ${build.timestamp} and noticed that the timestamp was wrong. My local time is 12:30 AM (30 minutes after midnight), but the value comes out as 20080815-1230. That means timestamps are not unique. Any value in the AM hour will be repeated in the PM hour, and that

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: Maven 2.0.10-RC8

2008-08-15 Thread John Casey
More than anything else, I just hope that I don't wear out the patience of the dev community in testing RC after RC...this is a sort of "burn in" process for Maven 2.0.10, but I'm starting to wonder if it's also a "burn out" period for Maven devs. :-) -j Jochen Wiedmann wrote: On Fri, Aug 15

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: Maven 2.0.10-RC8

2008-08-15 Thread Brett Porter
David Karlsen managed to find what I'm going to call a "difference" in Wagon SSH :) Affected: users that have a plaintext password for ssh in settings.xml with keyboard-interactive and plaintext password authentication enabled on the server and no private key being used. Explanation: In b

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

[Proposal] Securing passwords in settings.xml

2008-08-15 Thread Maria Odea Ching
Hi Everyone, I made a draft for a proposal on how to implement http://jira.codehaus.org/browse/MNG-553 (Secure Storage of Server Passwords) here: http://docs.codehaus.org/display/MAVEN/Secured+Passwords The proposal doesn't take into account yet what Oleg already implemented in plexus-cipher so

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: Maven 2.0.10-RC8

2008-08-15 Thread Hervé BOUTEMY
Le vendredi 15 août 2008, Jochen Wiedmann a écrit : > On Fri, Aug 15, 2008 at 6:28 AM, John Casey <[EMAIL PROTECTED]> wrote: > > As you've undoubtedly noticed, the RC7 distro didn't last very long > > before a nasty bug showed up...actually two, but they were related. > > John, you've got my admira