Documented commons.componentid ambiguiity and workaround.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1426997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-12-30 21:50:11 +00:00
parent 2836a6f9ef
commit 60510d27f5
2 changed files with 13 additions and 1 deletions

View File

@ -70,7 +70,10 @@ to the SVN repository. Once the release process is over, you can do a
The "download" page template is located at "src/site/xdoc/download_math.xml".
This file is updated automatically by running the command:
$ mvn commons:download-page
$ mvn commons:download-page -Dcommons.componentid=math
The command-line property override is necessary because the download plugin
expects the project name in the componentid property.
(4)

View File

@ -291,6 +291,15 @@
</dependencies>
<properties>
<!--
This is also used to generate download_xxx file name.
To override this when generating the download page:
mvn commons:download-page -Dcommons.componentid=math
The above seems to change the download page name but not any other
properties that depend on the componentid.
-->
<commons.componentid>math3</commons.componentid>
<!-- do not use snapshot suffix here -->
<commons.release.version>3.2</commons.release.version>