Repository: commons-build-plugin Updated Branches: refs/heads/master [created] bee0b6ec7
Updated version of 1.4 download file showing changes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1716456 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/020fa568 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/020fa568 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/020fa568 Branch: refs/heads/master Commit: 020fa568c1acd9406e3c85cf645855083499fe62 Parents: 0031832 Author: Sebastian Bazley <[email protected]> Authored: Wed Nov 25 16:07:04 2015 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Wed Nov 25 16:07:04 2015 +0000 ---------------------------------------------------------------------- src/site/xdoc/download_commons-build-plugin.xml | 24 ++++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/020fa568/src/site/xdoc/download_commons-build-plugin.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_commons-build-plugin.xml index b35a935..8ea3e75 100644 --- a/src/site/xdoc/download_commons-build-plugin.xml +++ b/src/site/xdoc/download_commons-build-plugin.xml @@ -31,10 +31,19 @@ limitations under the License. | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | | - commons.release.version (required) | + | - commons.release.name (required) | | - commons.binary.suffix (optional) | | (defaults to "-bin", set to "" for pre-maven2 releases) | + | - commons.release.desc (optional) | + | | + | - commons.release.2/3.version (conditional) | + | - commons.release.2/3.name (conditional) | + | - commons.release.2/3.binary.suffix (optional) | + | - commons.release.2/3.desc (optional) | | | | 3) Example Properties | + | (commons.release.name inherited by parent: | + | ${project.artifactId}-${commons.release.version} | | | | <properties> | | <commons.componentid>math</commons.componentid> | @@ -88,14 +97,15 @@ limitations under the License. </form> <p> - Please <a href="https://www.apache.org/info/verification.html">verify the integrity</a> - of downloaded files against the public code signing - <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> - used by the Apache Commons developers. + It is essential that you + <a href="https://www.apache.org/info/verification.html">verify the integrity</a> + of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); + failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files). </p> <p> - The <code>pgp</code> link downloads the OpenPGP compatible signature (*.asc) from our main site. - The <code>md5</code> link downloads the checksum file (MD5 hash) from the main site. + The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> + file contains the public PGP keys used by Apache Commons developers + to sign releases. </p> </subsection> </section> @@ -135,7 +145,7 @@ limitations under the License. </p> <ul> <li class="download"><a href="[preferred]/commons/commons-build-plugin/">browse download area</a></li> - <li><a href="http://archive.apache.org/dist/commons/commons-build-plugin/">archives...</a></li> + <li><a href="https://archive.apache.org/dist/commons/commons-build-plugin/">archives...</a></li> </ul> </section> </body>
