o Fix message on completion

o Reduce verbosity


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-10-14 07:07:26 +00:00
parent 4389752a53
commit bbffef4105

View File

@@ -14,7 +14,7 @@
<goal name="nsis"
description="Generate NSIS Installer .exe"
prereqs="nsis:installer">
<ant:echo>FIXME: Not Finished</ant:echo>
<ant:echo>Installer generated successfully</ant:echo>
</goal>
<goal name="nsis:generate-project"
@@ -57,6 +57,7 @@
<!-- call makensis.exe with the setup.nsh file -->
<ant:exec executable="${maven.nsis.exe}">
<arg value="/V2"/>
<arg value="${script}"/>
</ant:exec>
</goal>