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 2005/09/02 11:10:32 UTC

svn commit: r267167 - /webservices/axis2/trunk/java/xdocs/maven-help.html

Author: chinthaka
Date: Fri Sep  2 02:10:26 2005
New Revision: 267167

URL: http://svn.apache.org/viewcvs?rev=267167&view=rev
Log:
- fixed the typo and added some more goals

Modified:
    webservices/axis2/trunk/java/xdocs/maven-help.html

Modified: webservices/axis2/trunk/java/xdocs/maven-help.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/maven-help.html?rev=267167&r1=267166&r2=267167&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/maven-help.html (original)
+++ webservices/axis2/trunk/java/xdocs/maven-help.html Fri Sep  2 02:10:26 2005
@@ -18,7 +18,7 @@
   </tr>
   <tr>
     <td><div align="left">maven</div></td>
-    <td><div align="left">download relevant jars, if not available and compile and run tests of the system</div></td>
+    <td><div align="left">download relevant jars, if not available and compile and run tests of the system. </div></td>
   </tr>
   <tr>
     <td>maven clean </td>
@@ -26,29 +26,49 @@
   </tr>
   <tr>
     <td><div align="left">maven test </div></td>
-    <td><div align="left">run only the tests. Will do automatic compilation of changed sources as well</div></td>
+    <td><div align="left">run only the tests. Will do automatic compilation of changed sources as well. This will not run soap interop tests</div></td>
+  </tr>
+<tr>
+    <td><div align="left">maven clean all-tests </div></td>
+    <td><div align="left">Clean up and run all off line and on line tests</div></td>
+  </tr>  
+  <tr>
+    <td><div align="left">maven itest</div></td>
+    <td><div align="left">To run the online-mode tests for say the modules/integration
+     Run "maven itest" from modules/intergration</div></td>
+  </tr>
+  <tr>
+    <td><div align="left">maven test itest</div></td>
+    <td><div align="left">To run all tests for say the modules/integration
+     Run "maven test itest" from modules/integration</div></td>
   </tr>
   <tr>
     <td><div align="left">maven -g </div></td>
     <td><div align="left">List down all the commands available with maven </div></td>
   </tr>
   <tr>
-    <td><div align="left">maven site </div></td>
+    <td><div align="left">maven multiproject </div></td>
     <td><div align="left">generate this site </div></td>
   </tr>
   <tr>
-    <td><div align="left">maven idea </div></td>
+    <td><div align="left">maven idea:multiproject </div></td>
     <td><div align="left">generate IDEA .ipr, .iml and .iws project files</div></td>
   </tr>
   <tr>
-    <td><div align="left">maven eclipse</div></td>
-    <td><div align="left">generate project files for eclipse</div></td>
-  </tr>
-  <tr>
-    <td><div align="left">maven -dmaven.test.skip=true</div></td>
+    <td><div align="left">maven -Dmaven.test.skip=true</div></td>
     <td><div align="left"></div>Builds Axis2 and skips all the tests</td>
   </tr>
 </table>
+
+<br></br>
+<h2 align="left">Maven FAQ</h2>
+<p><i>1. I have problems with maven 1.1</i></p>
+<p>                        It seems that maven 1.1 doesn't come bundled with the required itest plugin and artifact plugin. Run followings to get it updated<br>
+                                  1. maven plugin:download -DgroupId=maven-itest-plugin
+-DartifactId=maven-itest-plugin -Dversion=1.0
+-Dmaven.repo.remote=http://www.openejb.org/maven,http://www.ibiblio.org/maven <br>
+                                  2. maven plugin:Download -DgroupId=maven -DartifactId=maven-artifact-plugin 
+-Dversion=1.6</p>
 <p align="left">&nbsp;</p>
 <p align="left">&nbsp;</p>
 </body>