[jira] Subscription: Design & Best Practices

2009-02-26 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

[ANN] Maven Plugin Tools 2.5 Released

2009-02-26 Thread John Casey
The Maven team is pleased to announce the release of version 2.5 of Maven Plugin Tools, including the Maven Plugin Plugin. These libraries are used to generate plugin descriptors, documentation, and the implicit help mojo (as in: 'mvn installer:help'). http://maven.apache.org/plugin-tools htt

[RESULT] [vote] Release maven-plugin-tools version 2.5

2009-02-26 Thread John Casey
Hi, The vote has passed with the following result : +1 (binding): John, Benjamin, Jason, Arnaud, Vincent S., Lukas +1 (non binding): Mark, Oleg I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev-un

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Oleg Gusakov
John, John Casey wrote: not to mention that it introduces a lot of risk that the plugin will blow up on a headless machine. Don't forget CI setups here, please. CI is too precious a resource to forget about :) I added -Dsettings.master.password, -Dsettings.server.password system properties an

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread John Casey
not to mention that it introduces a lot of risk that the plugin will blow up on a headless machine. Don't forget CI setups here, please. Brian E. Fox wrote: A gui is overkill here. -Original Message- From: Oleg Gusakov [mailto:oleg.subscripti...@gmail.com] Sent: Thursday, February 26,

RE: svn commit: r748226 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven: profiles/ProfilesConversionUtils.java profiles/build/DefaultProfileAdvisor.java profiles/build/Profil

2009-02-26 Thread Jamie Whitehouse
Not that I have much of a voice but as a user of profiles.xml to keep local project settings separate from my global settings I'd really like a reminder of this when I upgrade. -Original Message- From: Brian E. Fox Reply-to: "Maven Developers List" To: Maven Developers List Subject: RE:

RE: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Brian E. Fox
A gui is overkill here. -Original Message- From: Oleg Gusakov [mailto:oleg.subscripti...@gmail.com] Sent: Thursday, February 26, 2009 11:28 AM To: Maven Developers List Subject: Re: settings security: --enc-passwd / --enc-master-passwd options Jason van Zyl wrote: > This doesn't need t

RE: svn commit: r748226 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven: profiles/ProfilesConversionUtils.java profiles/build/DefaultProfileAdvisor.java profiles/build/Profil

2009-02-26 Thread Brian E. Fox
That doesn't negate the need for an issue and some tracking of these changes. -Original Message- From: Shane Isbell [mailto:shane.isb...@gmail.com] Sent: Thursday, February 26, 2009 1:57 PM To: Maven Developers List Subject: Re: svn commit: r748226 - in /maven/components/trunk/maven-proje

Re: svn commit: r748226 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven: profiles/ProfilesConversionUtils.java profiles/build/DefaultProfileAdvisor.java profiles/build/Prof

2009-02-26 Thread Shane Isbell
This is permanent. From my understanding, profiles.xml is almost never used, so it's not really worth the added complexity of keeping it. On Thu, Feb 26, 2009 at 10:35 AM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi Shane, > > Author: sisbell >> Date: Thu Feb 26 17:46:01 2009 >> N

Re: svn commit: r748226 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven: profiles/ProfilesConversionUtils.java profiles/build/DefaultProfileAdvisor.java profiles/build/Profil

2009-02-26 Thread Benjamin Bentmann
Hi Shane, Author: sisbell Date: Thu Feb 26 17:46:01 2009 New Revision: 748226 URL: http://svn.apache.org/viewvc?rev=748226&view=rev Log: Removed support for profiles.xml Will this be re-instantiated later or is this a permanent difference between 2.x and 3.x? In the latter case, shouldn't we

Re: svn commit: r747966 - in /maven/plugins/trunk/maven-ejb-plugin/src: main/java/org/apache/maven/plugin/ejb/EjbMojo.java test/java/org/apache/maven/plugin/ejb/EjbMojoTest.java

2009-02-26 Thread Benjamin Bentmann
Hi Dennis, Author: dennisl Date: Wed Feb 25 23:32:52 2009 New Revision: 747966 URL: http://svn.apache.org/viewvc?rev=747966&view=rev Log: [MEJB-32] Add set classifier to client classifier Submitted by: David Siefert Reviewed by: Dennis Lundberg o Patch applied with modifications (code style)

Re: release of maven-eclipse-plugin 2.6 ?

2009-02-26 Thread djeanprost
Hello, How things are going ? Is the release almost ready ? I'm looking forward to get next release. Dom Arnaud HERITIER wrote: > > ok. We are waiting to see if parents can be released quickly or if we hav > to > adapt the plugin to use new settings (nexus) > > On Wed, Feb 18, 2009 at 4:18 AM

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Oleg Gusakov
Jason van Zyl wrote: This doesn't need to go into the core, I think a plugin is better. I was thinking about GUI in the plugin - that way we either go by -Dsettings-master-password and -Dsettings-server-password or have the same options available via swing GUI Thanks, Oleg On 26-Feb-09, a

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Jason van Zyl
This doesn't need to go into the core, I think a plugin is better. On 26-Feb-09, at 6:22 AM, Brian E. Fox wrote: +1 for no abbreviations. We have enough crazy options to memorize on the cli as it is. (ie is it maven.tests.skip or maven.skip.tests?) -Original Message- From: Brett Port

RE: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Brian E. Fox
+1 for no abbreviations. We have enough crazy options to memorize on the cli as it is. (ie is it maven.tests.skip or maven.skip.tests?) -Original Message- From: Brett Porter [mailto:br...@porterclan.net] On Behalf Of Brett Porter Sent: Thursday, February 26, 2009 8:52 AM To: Maven Develope

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Brett Porter
On 27/02/2009, at 12:45 AM, Jason van Zyl wrote: I thought Oleg asked for the use of the password? Did you mean plugin? I don't want there to be a way in 2.1.x and then it be completely different in the 3.x line. It needs to be the same. Certainly - would follow with an IT if we agree to

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Jason van Zyl
I thought Oleg asked for the use of the password? I don't want there to be a way in 2.1.x and then it be completely different in the 3.x line. It needs to be the same. On 26-Feb-09, at 3:27 AM, Brett Porter wrote: With 2.1.0 imminent, we'll need to finalise on this soon - are the current o

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Paul Benedict
I think that is completely unintuitive no matter how "common" it is. I've had to use passwords in maven plugins before (e.g., SCM, release plugin), and it's not abbreviated like that. So I did a "mvn -h"... and out of the some 20 options spelled out, none use abbreviations. So I am -1 on the spell

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Brett Porter
It's now --encrypt-passwd (and --encrypt-master-passwd) based on Oleg's suggestion. passwd is pretty common, and you can see it from mvn -h. Cheers, Brett On 27/02/2009, at 12:30 AM, Paul Benedict wrote: My only comment is this: I don't want to have to remember how you guys have uniquely

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Paul Benedict
My only comment is this: I don't want to have to remember how you guys have uniquely abbreviated password. "Enc" is fine, "passwd" is a guessing game, and I believe should be spelled out. Paul On Thu, Feb 26, 2009 at 5:27 AM, Brett Porter wrote: > With 2.1.0 imminent, we'll need to finalise on

Re: decision on Doxia for 2.1.0?

2009-02-26 Thread Vincent Siveton
Hi Brett, 2009/2/26 Brett Porter : > Doxia 1.1 looks ready to release according to JIRA. So, IMO - if that Yes Doxia 1.1 is ready, just waiting the end of the release process of Doxia Site Tools v1.0. I guess we could start the release this week end or the next week. Cheers, Vincent --

Re: [VOTE] Release Maven Doxia Sitetools version 1.0

2009-02-26 Thread Lukas Theussl
+1 -Lukas Dennis Lundberg wrote: Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11624&styleName=Html&version=14835 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11624&status=1 Staging

Re: [vote] Release maven-plugin-tools version 2.5

2009-02-26 Thread Lukas Theussl
+1 -Lukas John Casey wrote: Hi everyone, It's time to do another release of maven-plugin-tools. This version contains several improvements, mainly to provide feature parity with the maven-antrun-plugin for ant-based mojos, and to provide support for non-default encodings. The staging rep

Re: settings security: --enc-passwd / --enc-master-passwd options

2009-02-26 Thread Brett Porter
With 2.1.0 imminent, we'll need to finalise on this soon - are the current options satisfactory? Cheers, Brett On 24/02/2009, at 1:41 AM, Brett Porter wrote: On 23/02/2009, at 4:45 PM, Oleg Gusakov wrote: Brett Porter wrote: I don't view this as a temporary measure - as my second com

decision on Doxia for 2.1.0?

2009-02-26 Thread Brett Porter
Hi, So I did additional testing and while there is no way to do the separation without busting things up at this stage, upgrading to Doxia 1.1 does appear to be backwards compatible (the old and the new site plugin work with it, and old and new reports work with the old site plugin on the