You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/12/17 21:32:43 UTC

svn commit: r1423125 - /commons/proper/math/trunk/doc/release/release.howto.txt

Author: erans
Date: Mon Dec 17 20:32:42 2012
New Revision: 1423125

URL: http://svn.apache.org/viewvc?rev=1423125&view=rev
Log:
Documentation.

Modified:
    commons/proper/math/trunk/doc/release/release.howto.txt

Modified: commons/proper/math/trunk/doc/release/release.howto.txt
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/doc/release/release.howto.txt?rev=1423125&r1=1423124&r2=1423125&view=diff
==============================================================================
--- commons/proper/math/trunk/doc/release/release.howto.txt (original)
+++ commons/proper/math/trunk/doc/release/release.howto.txt Mon Dec 17 20:32:42 2012
@@ -131,16 +131,12 @@ Create and transfer the artefacts to the
 
 Because the artefacts must be cryptographically signed, this step requires that
 a profile named "release" exists in the maven "settings.xml" configuration file
-which will contain the idientifier of your GPG key (cf. sample "settings.xml" 
+which will contain the identifier of your GPG key (cf. sample "settings.xml" 
 file).
 
-You can then run the commands
+You can then run
 
-  $ mvn clean
-
-and
-
-  $ mvn deploy -Prelease
+  $ mvn -DskipTests=true clean deploy -Prelease
 
 which will transfer the artefacts to the Nexus repository located at
   https://repository.apache.org/index.html#stagingRepositories