Apache Commons logo

Build Plugin

This is a Maven 2.x/3.x Ant Plugin which is used by Apache Commons builds. See the Development page for information to help maintain this plugin.

Plugin goals:

Available Goals:

Trying out the plugin

Configure the plugin in the <build> section of the pom.xml

<plugin>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-build-plugin</artifactId>
  <version>1.13</version>
</plugin>

Configure any properties required by the goal and try executing.

mvn commons:download-page [-Dcommons.release.version=1.2.3]

As noted above, you can override POM properties if necessary.

To use a SNAPSHOT version (for testing etc)

mvn org.apache.commons:commons-build-plugin:1.13-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]