Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-27 Thread Pietro Biondo
this message in context: http://www.nabble.com/-VOTE--Release-Maven-Stage-Plugin-1.0-alpha-1-tp15559909p20193042.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-27 Thread Dan Tran
it. -- View this message in context: http://www.nabble.com/-VOTE--Release-Maven-Stage-Plugin-1.0-alpha-1-tp15559909p20193042.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-26 Thread Pietro Biondo
in context: http://www.nabble.com/-VOTE--Release-Maven-Stage-Plugin-1.0-alpha-1-tp15559909p20175724.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-26 Thread Brian E. Fox
: Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1 The follwoing command creates a zipfile of the source repository and copies it to the target repository. solaris_x86 mvn -e stage:copy -Dsource=file:/wwl/bip/.m2/repository -Dtarget=http://wbuscczs01:8443/nexus/content/repositories/stage

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-26 Thread Benjamin Bentmann
Brian E. Fox wrote: Pietro, the stage plugin tries to use scp to upload and unpack the tar Dan Tran was recently working on the wagon-maven-plugin over at Mojo and I noticed he also added some stuff for repo copying. This plugin is currently in the Mojo sandbox, i.e. I am not sure how

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-26 Thread Dan Tran
I have a plexus component to merge repos together, it is out curiosity to see of wagon-maven-plugin can replace maven-stage-plugin to support more target and source types, However this work is not surfaced to be a mojo yet. And Since I am not directly use this baby for my work yet, i dont plan

RE: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-22 Thread Brian E. Fox
see it's waiting for user input. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 11:59 PM To: Maven Developers List Subject: [VOTE] Release Maven Stage Plugin 1.0-alpha-1 I'd like to do the first release of the Maven Stage Plugin

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-22 Thread Wendy Smoak
On Mon, Feb 18, 2008 at 9:58 PM, Wendy Smoak [EMAIL PROTECTED] wrote: I'd like to do the first release of the Maven Stage Plugin. This plugin is already being used for Maven releases, and although it has limited functionality, it seems to be stable. Results: 6 (binding) +1's from PMC

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-20 Thread Dennis Lundberg
Wendy Smoak wrote: On Feb 19, 2008 1:01 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: The -sources jar is missing LICENSE and NOTICE files. I dislike changing anything after a vote has started. If it had been the main artifact I would definitely have started over with the release and vote.

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-19 Thread Olivier Lamy
+1. -- Olivier 2008/2/19, Jason van Zyl [EMAIL PROTECTED]: +1 On 18-Feb-08, at 8:58 PM, Wendy Smoak wrote: I'd like to do the first release of the Maven Stage Plugin. This plugin is already being used for Maven releases, and although it has limited functionality, it seems to be

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-19 Thread Dennis Lundberg
The -sources jar is missing LICENSE and NOTICE files. To solve it either add a build plugin in the pom for maven-sources-plugin-2.0.4 (see below) or wait until the parent poms are released. plugin groupIdorg.apache.maven.plugins/groupId

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-19 Thread Jason van Zyl
How is the release toolchain not doing that? Wendy, did you use the release plugin? On 19-Feb-08, at 12:01 PM, Dennis Lundberg wrote: The -sources jar is missing LICENSE and NOTICE files. To solve it either add a build plugin in the pom for maven-sources- plugin-2.0.4 (see below) or wait

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-19 Thread Dennis Lundberg
maven-stage-plugin -- maven-plugins-10 -- maven-parent-7, which uses maven-source-plugin-2.0.3 which had a bug: http://jira.codehaus.org/browse/MSOURCES-26 That's the main reason why I want to push out new releases of the parent POMs. Jason van Zyl wrote: How is the release toolchain not

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-19 Thread Wendy Smoak
On Feb 19, 2008 1:01 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: The -sources jar is missing LICENSE and NOTICE files. I dislike changing anything after a vote has started. If it had been the main artifact I would definitely have started over with the release and vote. However, this time I

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-19 Thread Dan Fabulich
+1. I just used it to stage Surefire 2.4.2; looks good to me. -Dan Wendy Smoak wrote: I'd like to do the first release of the Maven Stage Plugin. This plugin is already being used for Maven releases, and although it has limited functionality, it seems to be stable. There are four open

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-18 Thread Wendy Smoak
On Feb 18, 2008 9:58 PM, Wendy Smoak [EMAIL PROTECTED] wrote: I'd like to do the first release of the Maven Stage Plugin. This plugin is already being used for Maven releases, and although it has limited functionality, it seems to be stable. ... Staging repo:

[VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-18 Thread Wendy Smoak
I'd like to do the first release of the Maven Stage Plugin. This plugin is already being used for Maven releases, and although it has limited functionality, it seems to be stable. There are four open issues in JIRA: MSTAGE-1RepositoryCopierTest fails on Windows MSTAGE-2The

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-18 Thread Jason van Zyl
+1 On 18-Feb-08, at 8:58 PM, Wendy Smoak wrote: I'd like to do the first release of the Maven Stage Plugin. This plugin is already being used for Maven releases, and although it has limited functionality, it seems to be stable. There are four open issues in JIRA: MSTAGE-1