Author: sagara
Date: Mon May 16 15:10:34 2011
New Revision: 1103763
URL: http://svn.apache.org/viewvc?rev=1103763&view=rev
Log:
Merged r1103760 updated SiteHowTo guide.
Modified:
axis/axis2/java/core/branches/1_6/ (props changed)
axis/axis2/java/core/branches/1_6/src/site/xdoc/siteHowTo.xml
Propchange: axis/axis2/java/core/branches/1_6/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 16 15:10:34 2011
@@ -1 +1 @@
-/axis/axis2/java/core/trunk:1070439,1072077,1072271,1072499,1072510,1078242,1081563,1081587,1081590,1082316,1082322,1082702,1082726,1082738,1083180,1083192,1083379,1083381,1083425,1083433,1083446,1084753,1085514,1087073,1088239,1088248-1088249,1088251,1088268,1091178,1091191,1099385,1099389,1100628,1101037,1103013
+/axis/axis2/java/core/trunk:1070439,1072077,1072271,1072499,1072510,1078242,1081563,1081587,1081590,1082316,1082322,1082702,1082726,1082738,1083180,1083192,1083379,1083381,1083425,1083433,1083446,1084753,1085514,1087073,1088239,1088248-1088249,1088251,1088268,1091178,1091191,1099385,1099389,1100628,1101037,1103013,1103760
Modified: axis/axis2/java/core/branches/1_6/src/site/xdoc/siteHowTo.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/src/site/xdoc/siteHowTo.xml?rev=1103763&r1=1103762&r2=1103763&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/src/site/xdoc/siteHowTo.xml (original)
+++ axis/axis2/java/core/branches/1_6/src/site/xdoc/siteHowTo.xml Mon May 16
15:10:34 2011
@@ -43,8 +43,8 @@ get a <a href=
"https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk">commiter
check out.</a></p>
<h2>Building the Site</h2>
-<p>cd to modules/documentation and type <i>mvn install</i> The built
-site will be available under target/site.</p>
+<p>During maven releases site should have been generated on target/site
directory and no special action required. Further <a
href="release-process.html">release process guide </a> describes necessary
steps to update Axis2 site with your new modifications.</p>
+<p>In case if you want to generate site only you could run <i>mvn site</i> on
root project of your local copy.</p>
<h2>FAQ</h2>
<ol>
<li>How can I update a document in the site ?<br />