You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2013/11/07 23:11:13 UTC

svn commit: r1539841 - /tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt

Author: mck
Date: Thu Nov  7 22:11:13 2013
New Revision: 1539841

URL: http://svn.apache.org/r1539841
Log:
-Duser.name needs to be defined inside the deploy goal too

Modified:
    tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt

Modified: tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt?rev=1539841&r1=1539840&r2=1539841&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt (original)
+++ tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt Thu Nov  7 22:11:13 2013
@@ -119,7 +119,7 @@ mvn release:prepare -Dusername=YOUR_SVN_
   To perform the release, i.e. creating and deploying Maven artifacts, use:
 
 -----------------------------------
-mvn release:perform -Duser.name=YOUR_PEOPLE_APACHE_SSH_USER
+mvn release:perform -Duser.name=YOUR_PEOPLE_APACHE_SSH_USER -Darguments="-Duser.name=YOUR_PEOPLE_APACHE_SSH_USER"
 -----------------------------------
 
   It should compile and test everything, build and upload the artifacts and the website for the project.