Author: sagara
Date: Mon May 16 15:02:26 2011
New Revision: 1103760
URL: http://svn.apache.org/viewvc?rev=1103760&view=rev
Log:
updated SiteHowTo guide
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/siteHowTo.xml
Modified: axis/axis2/java/core/trunk/src/site/xdoc/siteHowTo.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/siteHowTo.xml?rev=1103760&r1=1103759&r2=1103760&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/siteHowTo.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/siteHowTo.xml Mon May 16 15:02:26
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 />