You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Apache Wiki <wi...@apache.org> on 2014/01/14 14:40:50 UTC

[Httpcomponents Wiki] Update of "HttpComponentsReleaseProcess" by GaryGregory

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.

The "HttpComponentsReleaseProcess" page has been changed by GaryGregory:
https://wiki.apache.org/HttpComponents/HttpComponentsReleaseProcess?action=diff&rev1=9&rev2=10

Comment:
Add Windows versions of Linux commands.

  
   * Prepare gradle.properties 
  
- Make a copy of gradle.properties.template 
+ Make a copy of gradle.properties.template: 
  
+ ~-Linux-~
  {{{
  cp gradle.properties.template gradle.properties
  }}}
+ ~-Windows-~
+ {{{
+ copy gradle.properties.template gradle.properties
+ }}}
  
  Edit gradle.properties file and update 'MAVEN_HOME', 'HC_DEV' and 'signing.*' properties
  
- 'MAVEN_HOME' must refer to the local Maven installation
+ 'MAVEN_HOME' must refer to the local Maven installation. You must set 'MAVEN_HOME' even if you have a 'MAVEN_HOME' environment variable.
  
+ ~-Linux-~
+ {{{
+ MAVEN_HOME=opt/maven
+ signing.secretKeyRingFile=$HOME/.gnupg/secring.gpg
+ }}}
+ ~-Windows-~
+ {{{
+ MAVEN_HOME=C:\\Java\\apache-maven-3.0.5
+ signing.secretKeyRingFile=%HOME%/.gnupg/secring.gpg
+ }}}
  'HC_DEV' must refer to the trunk or a stable branch of the project being releases, for example
  
  {{{

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org