Apache Commons logo Commons DBCP

Overview

Commons DBCP uses Maven or Ant as a build system. The maven build requires maven 3 and JDK 8.

Maven Goals

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

To build the Javadocs, run mvn clean javadoc:javadoc . The result will be in "target/site/apidocs/".

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