git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114208 13f79535-47bb-0310-9956-ffa450edef68
27 lines
683 B
XML
27 lines
683 B
XML
<?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> |