blob: 34342900fc4b62ff454a476d74cd3d9ff2e9e386 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</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 width="370" border="1" align="center">
<tr>
<th width="103" scope="col"><div align="left">Command</div></th>
<th width="251" 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>
</table>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
</body>
</html>