Re: release plugin : what's wrong in my release process ?

2008-05-07 Thread nicolas de loof
I've created MRELEASE-341 and committed the associated release:stage Mojo please review. 2008/5/7 nicolas de loof <[EMAIL PROTECTED]>: > > My release:perform goal is NOT deploy .I don't use a maven repository for > delivery, as I build tar.gz and send it to my customer after testing. > > I also

Re: release plugin : what's wrong in my release process ?

2008-05-07 Thread nicolas de loof
My release:perform goal is NOT deploy .I don't use a maven repository for delivery, as I build tar.gz and send it to my customer after testing. I also want to test the exact binary that will be delivered, so I CAN't use rc, beta or any other "unused release". AFAIK apache releases use a "staging"

RE: release plugin : what's wrong in my release process ?

2008-05-07 Thread Mark Struberg
--- nicolas de loof <[EMAIL PROTECTED]> schrieb: > Hello, > > I'm planning my release process with help of the release plugin : > > 1. my project is version N-SNAPSHOT > 2. running release:prepare tags my project as version N and commit POM for > N+1-SNAPSHOT > 3. running release:perform creat

release plugin : what's wrong in my release process ?

2008-05-06 Thread nicolas de loof
Hello, I'm planning my release process with help of the release plugin : 1. my project is version N-SNAPSHOT 2. running release:prepare tags my project as version N and commit POM for N+1-SNAPSHOT 3. running release:perform creates the binary distribution from tag 4. I deploy the binary to my val