Update docs for Maven only builds.

This commit is contained in:
Gary Gregory 2018-07-07 16:57:11 -06:00
parent f5d8bfdcb5
commit 70e4cb8b3d
1 changed files with 4 additions and 18 deletions

View File

@ -24,15 +24,14 @@
<!-- ================================================== --> <!-- ================================================== -->
<section name="Building Commons Collections"> <section name="Building Commons Collections">
<p> <p>
Commons Collections uses <a href="http://maven.apache.org">Maven 2</a> as its Commons Collections uses <a href="http://maven.apache.org">Maven 3</a> as its
primary build system, however an <a href="http://ant.apache.org">Ant</a> primary build system.
build is also available.
</p> </p>
</section> </section>
<!-- ================================================== --> <!-- ================================================== -->
<section name="Maven 2 Goals"> <section name="Maven 3 Goals">
<p> <p>
The following <strong><i>Maven 2</i></strong> commands can be used to build collections: The following <strong><i>Maven 3</i></strong> commands can be used to build collections:
</p> </p>
<ul> <ul>
<li><code>mvn clean</code> - clean up</li> <li><code>mvn clean</code> - clean up</li>
@ -44,18 +43,5 @@
</ul> </ul>
</section> </section>
<!-- ================================================== --> <!-- ================================================== -->
<section name="Ant Goals">
<p>
The following <strong><i>Ant</i></strong> commands can be used to build collections:
</p>
<ul>
<li><code>ant clean</code> - clean up</li>
<li><code>ant test</code> - compile and run the unit tests</li>
<li><code>ant javadoc</code> - create javadocs</li>
<li><code>ant jar</code> - build the jar</li>
<li><code>ant dist</code> - Create the source and binary distributions</li>
</ul>
</section>
<!-- ================================================== -->
</body> </body>
</document> </document>