Fix properties documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b401d7c0fc
commit
69a57f1d4a
@ -23,7 +23,7 @@
|
|||||||
# This is the jelly template used to create the project.nsh file
|
# This is the jelly template used to create the project.nsh file
|
||||||
maven.nsis.project.template=${plugin.resources}/templates/project.jelly
|
maven.nsis.project.template=${plugin.resources}/templates/project.jelly
|
||||||
|
|
||||||
# This is the jelly template used to create the project.nsh file
|
# This is the jelly template used to create the setup.nsi file
|
||||||
maven.nsis.setup.template=${plugin.resources}/templates/setup.jelly
|
maven.nsis.setup.template=${plugin.resources}/templates/setup.jelly
|
||||||
|
|
||||||
# FIXME: Should be able to get this from the POM.
|
# FIXME: Should be able to get this from the POM.
|
||||||
|
|||||||
@ -16,8 +16,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Maven NSIS Plug-in Properties</title>
|
<title>Maven NSIS Plug-in Properties</title>
|
||||||
@ -31,69 +29,82 @@
|
|||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>maven.nsis.logo</td>
|
<td>maven.nsis.build.dir</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>
|
<td>
|
||||||
<p>Default value is
|
<p>The directory containing contents to be bundled.<br/>Default value is ${maven.dist.bin.assembly.dir}</p>
|
||||||
<code>
|
|
||||||
</code>.</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>maven.nsis.license.text</td>
|
<td>maven.nsis.final.name</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>
|
<td>
|
||||||
<p>Default value is
|
<p>name of generated exe.<br/>Default value is
|
||||||
<code>This program is Licensed under The Apache Software License, Version 1.1.</code>.</p>
|
<code>${maven.final.name}</code>.</p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.nsis.setup.template</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${plugin.resources}/templates/setup.jelly</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.nsis.logo.position</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>left</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.nsis.exe</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>C:/Program Files/NSIS/makensis.exe</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.nsis.logo.widthHeight</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is blank</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>maven.nsis.src</td>
|
<td>maven.nsis.src</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>
|
<td>
|
||||||
<p>Default value is
|
<p>Source of extra files for nsis.<br/>Default value is
|
||||||
<code>${basedir}/src/nsis</code>.</p>
|
<code>${basedir}/src/nsis</code>.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>maven.nsis.exe</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>
|
||||||
|
<p>Location of makensis.exe.<br/>Default value is
|
||||||
|
<code>C:/Program Files/NSIS/makensis.exe</code>.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>maven.nsis.setup.template</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>
|
||||||
|
<p>This is the jelly template used to create the setup.nsi file.<br/>Default value is
|
||||||
|
<code>${plugin.resources}/templates/setup.jelly</code>.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>maven.nsis.project.template</td>
|
<td>maven.nsis.project.template</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>
|
<td>
|
||||||
<p>Default value is
|
<p>This is the jelly template used to create the project.nsh file.<br/>Default value is
|
||||||
<code>${plugin.resources}/templates/project.jelly</code>.</p>
|
<code>${plugin.resources}/templates/project.jelly</code>.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>maven.nsis.license.text</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>
|
||||||
|
<p>The License Text.<br/>Default value is
|
||||||
|
<code>This program is Licensed under The Apache Software License, Version 2.0.</code>.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>maven.nsis.logo</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>
|
||||||
|
<p>Location of the logo file.<br/>Default value is blank.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>maven.nsis.logo.position</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>
|
||||||
|
<p>Position of the logo on the first page (left, right, top or bottom).<br/>Default value is
|
||||||
|
<code>left</code>.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>maven.nsis.logo.widthHeight</td>
|
||||||
|
<td>Yes</td>
|
||||||
|
<td>
|
||||||
|
<p>size of the logo on the first page.<br/>Default value is blank.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user