Does release:stage work? What are id and layout in alternative repository specification ?

2011-09-09 Thread Teruhiko Kurosaka
Has anyone successfully used release:stage? I'm assuming that release:stage should be used after release:prepare, in place of release:perform. I tried using it like this: mvn -DstagingRepository=http://internal-mvn-server.mycompany.net/repositories/o ur.staging.area release:stage But maven

Re: Does release:stage work? What are id and layout in alternative repository specification ?

2011-09-09 Thread Mirko Friedenhagen
Take a look at the output of mvn help:effective-pom and http://maven.apache.org/pom.html#Distribution_Management You should use something like mvn

Re: Does release:stage work? What are id and layout in alternative repository specification ?

2011-09-09 Thread Teruhiko Kurosaka
Thank you, Mirko, for your response. The output from help:effective-pom doesn't include staging. We don't have repo ids for the staging repository in any of POMs or settings.xml. I thought that is why we specify -DstagingRepository on the command line. Do I need to pre-set the staging repo

Re: Does release:stage work? What are id and layout in alternative repository specification ?

2011-09-09 Thread Mirko Friedenhagen
AFAIK you overwrite your regular release repository with this. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Fri, Sep 9, 2011 at 21:29, Teruhiko Kurosaka k...@basistech.com wrote: Thank you, Mirko, for