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.
Available Goals:
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.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
Copyright © 2008-2025 The Apache Software Foundation. All Rights Reserved.