resources.commons-xdoc-templates.download-page-body.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-build-plugin Show documentation
Show all versions of commons-build-plugin Show documentation
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
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]
<section name="@NAME@ @VERSION@ @RELDESC@"> <subsection name="Binaries"> <table> <tr> <td><a href="[preferred]/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">@FINAL_NAME@@[email protected]</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">md5</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">@FINAL_NAME@@[email protected]</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">md5</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> <td><a href="[preferred]/commons/@ID@/@SRCDIR@/@[email protected]">@[email protected]</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">md5</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/@ID@/@SRCDIR@/@[email protected]">@[email protected]</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">md5</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">pgp</a></td> </tr> </table> </subsection> </section>