Re: Plugin vote reports

2008-08-15 Thread Jason van Zyl
Sign up to Hudson, we'll setup your perms and you can hook it up yourself. On 14-Aug-08, at 9:31 PM, Wendy Smoak wrote: On Sat, Aug 9, 2008 at 3:38 PM, Jason van Zyl [EMAIL PROTECTED] wrote: On 9-Aug-08, at 9:32 AM, Wendy Smoak wrote: What about a list of votes on resolved|closed issues

ci.sonatype.com requires login purposely?

2008-08-15 Thread Dan Tran
What does it take to have a readonly account? Thanks -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Plugin vote reports

2008-08-15 Thread Wendy Smoak
On Thu, Aug 14, 2008 at 11:07 PM, Jason van Zyl [EMAIL PROTECTED] wrote: Sign up to Hudson, we'll setup your perms and you can hook it up yourself. I'm registered as wsmoak. Thanks, -- Wendy - To unsubscribe, e-mail: [EMAIL

Re: ci.sonatype.com requires login purposely?

2008-08-15 Thread Jason van Zyl
you mean ci.sonatype.org? the .com is our private one. On 14-Aug-08, at 11:15 PM, Dan Tran wrote: What does it take to have a readonly account? Thanks -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Plugin vote reports

2008-08-15 Thread Jason van Zyl
There you go, you have full access. On 14-Aug-08, at 11:22 PM, Wendy Smoak wrote: On Thu, Aug 14, 2008 at 11:07 PM, Jason van Zyl [EMAIL PROTECTED] wrote: Sign up to Hudson, we'll setup your perms and you can hook it up yourself. I'm registered as wsmoak. Thanks, -- Wendy

Re: ci.sonatype.com requires login purposely?

2008-08-15 Thread Dan Tran
oops, sorry about that. -D On Thu, Aug 14, 2008 at 11:27 PM, Jason van Zyl [EMAIL PROTECTED] wrote: you mean ci.sonatype.org? the .com is our private one. On 14-Aug-08, at 11:15 PM, Dan Tran wrote: What does it take to have a readonly account? Thanks -D

Re: Importing of DependencyManagement Info

2008-08-15 Thread Ralph Goers
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 containing pom model.

Re: Maven 2.0.10-RC8

2008-08-15 Thread Jochen Wiedmann
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 admiration for your patience! -- Look, that's why there's rules,

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 admiration for

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: When

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

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 as

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

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:

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 the

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 recalled it

[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 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

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

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

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, I

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

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

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 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 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 the

Re: Maven 2.0.10-RC8

2008-08-15 Thread John Casey
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's misleading. It should

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

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

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