Auto genned docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-10-14 15:23:21 +00:00
parent 347aaadbd1
commit 43d4ffc276
3 changed files with 128 additions and 0 deletions

27
nsis/xdocs/goals.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven NSIS Plug-in Goals</title>
</properties>
<body>
<goals>
<goal>
<name>nsis</name>
<description>Generate NSIS Installer .exe</description>
</goal>
<goal>
<name>nsis:generate-project</name>
<description>Generate NSIS project.nsh file</description>
</goal>
<goal>
<name>nsis:generate-setup</name>
<description>Generate NSIS .nsi file</description>
</goal>
<goal>
<name>nsis:installer</name>
<description>Generate NSIS .exe file</description>
</goal>
</goals>
</body>
</document>

17
nsis/xdocs/navigation.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Maven NSIS Plug-in">
<title>Maven NSIS Plug-in</title>
<body>
<links>
<item href="http://maven.apache.org/" name="Maven">
</item>
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals">
</item>
<item href="/properties.html" name="Properties">
</item>
</menu>
</body>
</project>

84
nsis/xdocs/properties.xml Normal file
View File

@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven NSIS Plug-in Properties</title>
</properties>
<body>
<section name="Maven NSIS Plug-in Settings">
<table>
<tr>
<th>Property</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.nsis.logo</td>
<td>Yes</td>
<td>
<p>Default value is
<code>
</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.license.text</td>
<td>Yes</td>
<td>
<p>Default value is
<code>This program is Licensed under The Apache Software License, Version 1.1.</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
<code>
</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.src</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/src/nsis</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.project.template</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${plugin.resources}/templates/project.jelly</code>.</p>
</td>
</tr>
</table>
</section>
</body>
</document>