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