On 2/13/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
You mean trinidad instead of tomahawk :-)
Yes of course. The three T's. Hard to distinguish... :-)
I tried (I didn't) because as I got it here, the "release" will be deployed in the staging repo. It's not really a release, since an incubation project needs approval by the Incubator PMC.
There is no real "staging repo"! .../people.apache.org/builds/myfaces/m2-staging-repository is nothing more than a temporary folder that is currently used for preparing the core 1.1.5 release. So please use a different staging dir for Trinidad to minimize the risk of unwanted affects on the current core release procedure.
I read your diary, but you are on a different *environment*. I am using profiles in the pom.xml etc. can you post your settings.xml ?
Nothing special in my settings.xml. gpg-plugin workes fine without any settings. Does manual signing with gpg work fine on your machine? --Manfred
On 2/13/07, Manfred Geiler <[EMAIL PROTECTED]> wrote: > Matze, > First of all, please do not deploy tomahawk into > .../people.apache.org/builds/myfaces/m2-staging-repository right now. > We are currently preparing core 1.1.5 in this dir which will later be > moved to .../people.apache.org/builds/myfaces/core-1.1.5/m2-staging-repository. > > Please create a new staging folder for tomahawk > e.g. > .../people.apache.org/builds/myfaces/tomahawk/m2-staging-repository > > Thanks! > > Specifiying the passphrase with -Dpassphrase=VALUE worked fine for me. > See http://wiki.apache.org/myfaces/CoreRelease115#diary (Point 4, last > step) > > BTW, you are doing a "release:perform" before the vote? Why that? > > --Manfred > > > > > On 2/13/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > Hi, > > > > since I got some feedback here regarding how to move forward with the > > release, I was able to do this nice command (see also svn checkins, > > triggered by that tool): > > > > mvn release:prepare -Prelease,staging -Dpassphrase=myPhrase > > -Ddeploy.altRepository= > > scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository > > > > ok, that went through > > > > next try was > > > > mvn release:perform -Prelease,staging -Dpassphrase=myPhrase > > -Ddeploy.altRepository= > > scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository > > > > That presents me a nice error in this format. > > > > <niceError> > > [ERROR] BUILD ERROR > > [INFO] ------------------------------------------------------------------------ > > [INFO] One or more required plugin parameters are invalid/missing > > for 'gpg:sign' > > > > [0] inside the definition for plugin: 'maven-gpg-plugin'specify > > the following: > > > > <configuration> > > ... > > <passphrase>VALUE</passphrase> > > </configuration> > > > > -OR- > > > > on the command line, specify: '-Dpassphrase=VALUE' > > </niceError> > > > > Fair enough, my friend needs a passphrase. Well I should add it to the > > pom or the command line. But that tool seems to ignore it... (see > > above) > > > > Does anyone know how to solve that ? > > > > Thanks, > > Matthias > > -- > > Matthias Wessendorf > > http://tinyurl.com/fmywh > > > > further stuff: > > blog: http://jroller.com/page/mwessendorf > > mail: mwessendorf-at-gmail-dot-com > > > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
