Author: sebb
Date: Fri Jun 7 22:44:47 2013
New Revision: 1490858
URL: http://svn.apache.org/r1490858
Log:
Document test-deploy profile
Modified:
commons/cms-site/trunk/content/xdoc/releases/prepare.xml
Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1490858&r1=1490857&r2=1490858&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Fri Jun 7
22:44:47 2013
@@ -519,6 +519,13 @@
<pre>
mvn deploy -Prelease
</pre>
+ If you want to do a test deployment first, you can add the following
option:
+ <pre>
+ mvn deploy -Prelease -Ptest-deploy
+ </pre>
+ The "test-deploy" profile uploads the artifacts to target/deploy instead
of Nexus so one can check all the required files
+ have been created with the expected contents.
+ Best to run "mvn clean" before doing the live deployment.
</p>
<p>This will PGP-sign all artifacts and upload them to a new staging
repository, Nexus itself will create MD5
and SHA1 checksums for all files that have been uploaded.</p>