Re: [result] Re: [vote] Second attempt: Release maven-deploy-plugin 2.2.1

2006-06-27 Thread John Casey
If you want, I can release this tomorrow. Let me know if you intend to release it, or want me to. Thanks, John Brett Porter wrote: +1 (binding): John, Emmanuel, Trygve, Brett, Kenney +1: Jerome, Fabrice Cheers, Brett On 21/06/2006 1:06 AM, John Casey wrote: Hi everyone. I just wanted to r

Re: Lineendings in assembly plugin

2006-06-27 Thread Brett Porter
You'd basically need to duplicate and alter the descriptor at this point. However, you can use the "component" part of the model to factor out anything they'd have in common. That said, Geronimo has had this discussion at some length before (probably around the 1.0-M5 or so release last year).

Lineendings in assembly plugin

2006-06-27 Thread Prasad Kashyap
While assembling the Geronimo project with the assembly plugin, we have to set different line endings for different formats that we assembly. For the zip format, we'd like the to be CRLF while for the tar.* formats we'd like it to be LF. Does anybody have ideas on how we can achieve this easily

Re: DefaultArchetype Code

2006-06-27 Thread Ole Ersoy
comments inline --- Milos Kleint <[EMAIL PROTECTED]> wrote: > comments inline. > > On 6/27/06, Ole Ersoy <[EMAIL PROTECTED]> wrote: > > Hey Brett, > > > > I've seen modello mentioned a few times on the > maven > > site, but I have not had a chance to do a head to > head > > comparison with EMF y

Re: jdeveloper plugin donation

2006-06-27 Thread Brett Porter
This seems an ideal opportunity to do that. John Fallows, who is a regular on the maven users list, is the one that wrote this code and is an apache committer via the adffaces incubation. If we think it is a good idea to bring this over to the plugin sandbox he'd be able to help out with it (

Re: jdeveloper plugin donation

2006-06-27 Thread Edwin Punzalan
There are classes inside maven-eclipse-plugin which are meant to be extended/used by IDE plugins. Is it not worthwhile to extract it into a separate artifact first, before working on another IDE plugin? After that, the idea plugin should also be updated to use it. Just my two cents. ^_^

Re: svn commit: r417335 - /maven/plugins/trunk/pom.xml

2006-06-27 Thread Brett Porter
yah, we can change the name, I was just making it consistent with the repository manager one I had already set up. Continuum still forks all the builds, so I'm not sure why using the system property would be harder, it's just an additional property you can use instead of -P (which I have had p

Re: svn commit: r417335 - /maven/plugins/trunk/pom.xml

2006-06-27 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: Author: brett Date: Mon Jun 26 21:17:46 2006 New Revision: 417335 URL: http://svn.apache.org/viewvc?rev=417335&view=rev Log: make activation more consistent Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/view

Re: Plugin documentation standard

2006-06-27 Thread Dennis Lundberg
Brett Porter wrote: Hi, Just thought I'd break this one out. This needs to be converted to a guide - which is one of the tasks I'll list at the end. (this is MNG-1987, btw) * Required POM Elements - modelVersion, version, group ID, artifact ID, packaging (required anyway to build) - name

Re: [vote] maven war 2.0.1

2006-06-27 Thread Thierry Barnier
+1 2006/6/27, Fabrice Bellingard <[EMAIL PROTECTED]>: +1 On 6/27/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > I'd like to release the WAR plugin 2.0.1 to fix two major regressions in > the 2.0 release. I will also release maven-archiver 2.1 as part of this. > > Release Notes - Maven 2.x War

Re: [vote] maven war 2.0.1

2006-06-27 Thread Fabrice Bellingard
+1 On 6/27/06, Brett Porter <[EMAIL PROTECTED]> wrote: I'd like to release the WAR plugin 2.0.1 to fix two major regressions in the 2.0 release. I will also release maven-archiver 2.1 as part of this. Release Notes - Maven 2.x War Plugin - Version 2.0.1 ** Bug * [MWAR-34] - Maven Puts Arbitra

Re: [vote] maven war 2.0.1

2006-06-27 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : I'd like to release the WAR plugin 2.0.1 to fix two major regressions in the 2.0 release. I will also release maven-archiver 2.1 as part of this. Release Notes - Maven 2.x War Plugin - Version 2.0.1 ** Bug * [MWAR-34] - Maven Puts Arbitrary Extension Defini

jdeveloper plugin donation

2006-06-27 Thread Brett Porter
Hi, ADFFaces in incubation has a JDeveloper plugin similar to the current eclipse and idea plugins: http://svn.apache.org/repos/asf/incubator/adffaces/trunk/plugins/maven-jdev-plugin/ Is anyone interested in working with this? It probably needs to have its features aligned with the other men

Re: [vote] maven war 2.0.1

2006-06-27 Thread Stephane Nicoll
+1 On 6/27/06, Brett Porter <[EMAIL PROTECTED]> wrote: I'd like to release the WAR plugin 2.0.1 to fix two major regressions in the 2.0 release. I will also release maven-archiver 2.1 as part of this. Release Notes - Maven 2.x War Plugin - Version 2.0.1 ** Bug * [MWAR-34] - Maven Puts Arbitrar

[vote] maven war 2.0.1

2006-06-27 Thread Brett Porter
I'd like to release the WAR plugin 2.0.1 to fix two major regressions in the 2.0 release. I will also release maven-archiver 2.1 as part of this. Release Notes - Maven 2.x War Plugin - Version 2.0.1 ** Bug * [MWAR-34] - Maven Puts Arbitrary Extension Definition in WAR Manifest by Default. * [

Re: [vote] Second attempt: Release maven-deploy-plugin 2.2.1

2006-06-27 Thread Brett Porter
Not sure what you meant exactly (umask server side, or setting in settings.xml?) I've just tested settings.xml and it works fine. - Brett On 22/06/2006 8:15 PM, Kenney Westerhof wrote: On Wed, 21 Jun 2006, Brett Porter wrote: +1 IF the file permissions work when deploying. If your umask is s

[result] Re: [vote] Second attempt: Release maven-deploy-plugin 2.2.1

2006-06-27 Thread Brett Porter
+1 (binding): John, Emmanuel, Trygve, Brett, Kenney +1: Jerome, Fabrice Cheers, Brett On 21/06/2006 1:06 AM, John Casey wrote: Hi everyone. I just wanted to reopen this vote to see if we can release a bugfix version of the deploy plugin. This version doesn't have any new features, but does fix

Re: DefaultArchetype Code

2006-06-27 Thread Milos Kleint
comments inline. On 6/27/06, Ole Ersoy <[EMAIL PROTECTED]> wrote: Hey Brett, I've seen modello mentioned a few times on the maven site, but I have not had a chance to do a head to head comparison with EMF yet, I'm sure they both do a good job at realizing the benefit of not having to update har

[Result] [vote] [m1] release console-plugin-1.2

2006-06-27 Thread Lukas Theussl
Result of this vote: 3x +1 (Arnaud, Stephane and myself), voting thread is here: http://www.nabble.com/-vote---m1--release-console-plugin-1.2-tf1836845.html I'll do the release ASAP. Cheers, -Lukas Lukas Theussl wrote: Hi, The console plugin has been enhanced using a new version of jelly-