Overview

Commons BeanUtils can be built using Maven 2 or Ant as the build system.

Further details can be found in the commons build instructions.

Maven 2 Goals

To build a jar file, change into BeanUtils's root directory and run mvn package. The result will be in the "target" subdirectory.

To build the full website, run mvn site. The result will be in "target/site" subdirectory.

To build the full distribution, run mvn -Prc package. The result will be in "target" subdirectory.

Ant Goals

To build a jar file and the javadocs, change into BeanUtils's root directory and run ant dist. The result will be in the "dist" subdirectory.