You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2012/06/25 11:39:27 UTC

svn commit: r1353444 - /incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml

Author: fmartelli
Date: Mon Jun 25 09:39:27 2012
New Revision: 1353444

URL: http://svn.apache.org/viewvc?rev=1353444&view=rev
Log:
some fixes

Modified:
    incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml

Modified: incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml?rev=1353444&r1=1353443&r2=1353444&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml (original)
+++ incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml Mon Jun 25 09:39:27 2012
@@ -239,14 +239,16 @@ cd &lt;version&gt;</source>
             <source>svn checkout https://svn.apache.org/repos/asf/incubator/syncope/site/ site
 svn checkout https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-&lt;version&gt; syncope-&lt;version&gt;
 cd syncope-&lt;version&gt;
+mvn -Pall clean install
 mvn -f parent/pom.xml -P site -Dsite.deploymentBaseUrl=file:///&lt;absolute path to ../site/&lt;version&gt;&gt;
-cd ../site
+cd ../site/&lt;version&gt;
 rm -r syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-hibernate-enhancer syncope-quality
+cd ..
 svn add &lt;version&gt;
 svn commit -m "staging site for release"</source>
           </li>
           <li>
-            This step will create a maven staging repository
+            From the directory where you have launched <tt>release:prepare</tt> execute (this step will create a maven staging repository):
             <source>mvn -P apache-release release:perform [-Duser.name=&lt;your_apache_uid&gt;]</source>
         
             <p>