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

Reply via email to