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:
parent
2836a6f9ef
commit
60510d27f5
|
@ -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)
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue