Missing parameters git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1740696 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/4b976170 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/4b976170 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/4b976170 Branch: refs/heads/master Commit: 4b97617091990c536396272aa56d9b834b0ac79a Parents: b5a10b4 Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 24 13:58:54 2016 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 24 13:58:54 2016 +0000 ---------------------------------------------------------------------- src/site/xdoc/download-page.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/4b976170/src/site/xdoc/download-page.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml index 87a5fcb..6cfa69d 100644 --- a/src/site/xdoc/download-page.xml +++ b/src/site/xdoc/download-page.xml @@ -98,6 +98,7 @@ <li><b>commons.release.2.desc</b> - (<i>optional</i>) Additional text to append to the section name of the alternative release</li> <li><b>commons.release.2.binary.suffix</b> - (<i>optional - defaults to <code>-bin</code></i>) The suffix for the alternative binary release (some components use "-bin", others have no suffix)</li> + <li><b>commons.release.2.subdir</b> - The subdirectory to use. This defaults to using separate source/binaries folders; it set it will be used as the dierctory for both.</li> </ul> </p> <p> @@ -108,6 +109,7 @@ <li><b>commons.release.3.desc</b> - (<i>optional</i>) Additional text to append to the section name of the alternative release</li> <li><b>commons.release.3.binary.suffix</b> - (<i>optional - defaults to <code>-bin</code></i>) The suffix for the alternative binary release (some components use "-bin", others have no suffix)</li> + <li><b>commons.release.3.subdir</b> - The subdirectory to use. This defaults to using separate source/binaries folders; it set it will be used as the dierctory for both.</li> </ul> </p> <p>
