You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/04 13:40:37 UTC

svn commit: r1464469 - /syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Thu Apr  4 11:40:36 2013
New Revision: 1464469

URL: http://svn.apache.org/r1464469
Log:
Fixing staging site generation for 1_0_X releases

Modified:
    syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_1_X/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/release-process.xml?rev=1464469&r1=1464468&r2=1464469&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_1_X/src/site/xdoc/release-process.xml Thu Apr  4 11:40:36 2013
@@ -312,9 +312,16 @@ mvn clean install
 mvn -f parent/pom.xml -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
 cd ../site/<version>
 rm -rf images css syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-hibernate-enhancer syncope-quality project-reports.html apidocs/1.html
+cd ../..
+svn checkout https://svn.apache.org/repos/asf/syncope/branches/1_1_X syncope-1_1_X
+cd syncope-1_1_X
+mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
+cd ../site/<version>
+rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools project-reports.html apidocs/1.html apidocs/1.1
 cd ..
 svn add <version>
 svn copy *.html css images img js <version>
+svn revert <version>/downloads.html
 svn copy apidocs/1.1 <version>/apidocs/
 svn commit -m "Staging site for release"</source>
               </li>