You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/10/31 23:28:43 UTC

svn commit: r1404394 - /incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext

Author: chenpei
Date: Wed Oct 31 22:28:43 2012
New Revision: 1404394

URL: http://svn.apache.org/viewvc?rev=1404394&view=rev
Log:
updating the release process to prompt for pw instead of passing it thru the CLI

Modified:
    incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext

Modified: incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext?rev=1404394&r1=1404393&r2=1404394&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext (original)
+++ incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext Wed Oct 31 22:28:43 2012
@@ -34,6 +34,8 @@ Finally the release manager would trigge
 ### Preparing a Release using Maven 
 Note: Using 3.0.0-incubating as an example
 
+It may prompt your to enter your PGP passphrase and SVN password multiple times for each module.  Just enter them in- as passing them in thru the CLI is found to be insecure.
+
  1. $svn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk ctakes
  2. $mvn release:clean
  3. $mvn release:prepare -DdryRun={false} -Dresume={false} -DautoVersionSubmodules=true
@@ -48,7 +50,7 @@ Next Dev Release: 3.1.0-incubating-SNAPS
  2. [If need to revert] $ mvn release:rollback  (Works if you didn't do a release:clean yet)
 
 This will place the artifacts to the ASF Nexus area for staging for voting.
-Notes: It may prompt your to enter your PGP passphrase and SVN password multiple times for each module.  Just enter them in- as passing them in thru the CLI is found to be insecure.
+
 
 
   [1]: http://www.apache.org/dev/publishing-maven-artifacts.html