- Commons Collections uses Maven 2 as its - primary build system, however an Ant - build is also available. + Commons Collections uses Maven 3 as its + primary build system.
- The following Maven 2 commands can be used to build collections: + The following Maven 3 commands can be used to build collections:
mvn clean
- clean up- The following Ant commands can be used to build collections: -
-ant clean
- clean upant test
- compile and run the unit testsant javadoc
- create javadocsant jar
- build the jarant dist
- Create the source and binary distributions