Author: simonetripodi
Date: Tue Jun 26 09:30:53 2012
New Revision: 1353890
URL: http://svn.apache.org/viewvc?rev=1353890&view=rev
Log:
simplified the procedure to deploy the staging site
Modified:
incubator/any23/trunk/src/site/xdoc/release-howto.xml
Modified: incubator/any23/trunk/src/site/xdoc/release-howto.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/xdoc/release-howto.xml?rev=1353890&r1=1353889&r2=1353890&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/xdoc/release-howto.xml (original)
+++ incubator/any23/trunk/src/site/xdoc/release-howto.xml Tue Jun 26 09:30:53
2012
@@ -175,17 +175,6 @@ gpg: Signature made ...</source>
<subsection name="Perform the release">
<ol>
<li>
- This step will create the staging site
- <source>svn checkout
https://svn.apache.org/repos/asf/incubator/any23/site/ site
-svn checkout
https://svn.apache.org/repos/asf/incubator/syncope/tags/any23-<version>
any23-<version>
-cd any23-<version>
-mvn clean install
-mvn -P site site-deploy -Dsite.deploymentBaseUrl=file:///<absolute path to
../site/<version>>
-cd ../site/<version>
-svn add <version>
-svn commit -m "staging site for release"</source>
- </li>
- <li>
From the directory where you have launched
<tt>release:prepare</tt> execute (this step will create a maven staging
repository):
<source>mvn release:perform
[-Duser.name=<your_apache_uid>]</source>
@@ -227,6 +216,16 @@ svn commit -m "staging site for release"
</li>
</ol>
</li>
+
+ <li>
+ This step will create the staging site: From the directory where
you have launched <tt>release:perform</tt> execute:
+ <source>cd target/checkout
+svn checkout https://svn.apache.org/repos/asf/incubator/any23/site/
staging-site
+mvn -P site site-deploy -Dsite.deploymentBaseUrl=file:///<absolute path
to/<staging-site/version>>
+cd staging-site
+svn add <version>
+svn commit -m "staging site for release"</source>
+ </li>
</ol>
</subsection>