Dear Wiki user,

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

The following page has been changed by GregReddin:
http://wiki.apache.org/shale/ReleasePlan105

------------------------------------------------------------------------------
  
  Run Maven release process on 1_0_X branch:
  
+ On at least one instance trying to do a full shale build I had to give Maven 
more memory to work with:
+ 
+ {{{
+ MAVEN_OPTS="-Xmx1024m -Xms512m"
+ export MAVEN_OPTS
+ }}}
  {{{
  mvn -Dusername=SVN_USERNAME -Dpassword=SVN_PASSWORD -Prelease,apps,dist clean 
release:prepare
  mvn -Dusername=SVN_USERNAME -Dpassword=SVN_PASSWORD -Prelease,apps,dist clean 
release:perform

Reply via email to