Apache Commons logo Commons Collections

Building Commons Collections

Commons Collections uses Maven 3 as its primary build system.

Maven 3 Goals

The following Maven 3 commands can be used to build collections:

  • mvn clean - clean up
  • mvn test - compile and run the unit tests
  • mvn site - create site documentation
  • mvn package - build the jar
  • mvn install - build the jar and install in local maven repository
  • mvn site assembly:assembly - Create the source and binary distributions