You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/09/26 08:27:17 UTC

svn commit: r449927 - in /webservices/axis2/trunk/java/xdocs/1_1: images/maven.jpg installationguide.html

Author: chatra
Date: Mon Sep 25 23:27:16 2006
New Revision: 449927

URL: http://svn.apache.org/viewvc?view=rev&rev=449927
Log:
updated maven build image and added link to frequently used maven commands

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/images/maven.jpg
    webservices/axis2/trunk/java/xdocs/1_1/installationguide.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/images/maven.jpg
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/images/maven.jpg?view=diff&rev=449927&r1=449926&r2=449927
==============================================================================
Binary files - no diff available.

Modified: webservices/axis2/trunk/java/xdocs/1_1/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/installationguide.html?view=diff&rev=449927&r1=449926&r2=449927
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/installationguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/installationguide.html Mon Sep 25 23:27:16 2006
@@ -246,7 +246,11 @@
 target="_blank">here </a>.</p>
 
 <p>Once maven is properly installed you can start building Axis2.</p>
-<a name="_Toc96698085"></a>
+
+<p><a href="../faq.html#d4">Maven commands that are frequently used</a> in Axis2 are listed on the <a href="../faq.html">FAQs</a>
+page.</p>
+
+<p><a name="_Toc96698085"></a></p>
 
 <h3>Building Axis2 using the Source Distribution</h3>
 
@@ -254,8 +258,8 @@
 target="_blank">source distribution </a> is available as a zipped archive.
 All the necessary build scripts are included with the source distribution.
 Once the source archive is expanded into a directory of choice, moving to the
-particular directory and running maven command will build the Axis2 jar
-file.</p>
+particular directory and running <code>maven</code> command will build the
+Axis2 jar file.</p>
 
 <p align="center"><img alt="clip_image004 (43K)" src="images/maven.jpg"><br
 clear="all">
@@ -270,9 +274,9 @@
 builds.</strong></p>
 
 <p><strong></strong>The default maven build will however build only the Axis2
-jar file. To obtain a WAR (Web Archive), "maven war" command should be
-issued. This will create a complete WAR with the name axis2.war inside the
-target directory.</p>
+jar file. To obtain a WAR (Web Archive), <code>maven war</code> command
+should be issued. This will create a complete WAR with the name axis2.war
+inside the target directory.</p>
 
 <p>Once this build step is complete, the binaries are ready to be
 deployed.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org