You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/07 22:57:13 UTC

commons-collections git commit: Update docs for Maven only builds.

Repository: commons-collections
Updated Branches:
  refs/heads/master f5d8bfdcb -> 70e4cb8b3


Update docs for Maven only builds.

Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/70e4cb8b
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/70e4cb8b
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/70e4cb8b

Branch: refs/heads/master
Commit: 70e4cb8b3d6cd8da5d22b3608bdbe29b6d4e48f7
Parents: f5d8bfd
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 16:57:11 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 16:57:11 2018 -0600

----------------------------------------------------------------------
 src/site/xdoc/building.xml | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/70e4cb8b/src/site/xdoc/building.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 4d3b5bf..504debe 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -24,15 +24,14 @@
 <!-- ================================================== -->
 <section name="Building Commons Collections">
 <p>
-  Commons Collections uses <a href="http://maven.apache.org">Maven 2</a> as its
-  primary build system, however an <a href="http://ant.apache.org">Ant</a>
-  build is also available.
+  Commons Collections uses <a href="http://maven.apache.org">Maven 3</a> as its
+  primary build system.
 </p>
 </section>
 <!-- ================================================== -->
-<section name="Maven 2 Goals">
+<section name="Maven 3 Goals">
   <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>
   <ul>
     <li><code>mvn clean</code> - clean up</li>
@@ -44,18 +43,5 @@
   </ul>
 </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>
 </document>