blob: cf50eb08f793f7525d49add1c1f489d9294214e7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Quick Guide to Maven for Axis 2.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<h1 align="center">Quick Guide to Maven for Axis 2.0 </h1>
<h2 align="left">Introduction</h2>
<p align="left"><a href="http://maven.apache.org">Maven</a> is used as the build tool of Axis 2.0. This document will provide a quick guide to use maven with your developments.</p>
<h2 align="left">Commands</h2>
<table border="1" align="center">
<tr>
<th scope="col"><div align="left">Command</div></th>
<th scope="col"><div align="left">Description</div></th>
</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>
</tr>
<tr>
<td>maven clean </td>
<td>Clean all the stuff build so far, that are in the target folder. This will not clean the jar repository</td>
</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>
</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">generate this site </div></td>
</tr>
<tr>
<td><div align="left">maven idea </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"></div>Builds Axis2 and skips all the tests</td>
</tr>
</table>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
</body>
</html>