git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116112 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-10-01 00:24:56 +00:00
parent 2b0bed7af9
commit 9133df99bc

View File

@ -83,7 +83,7 @@
<maven:get var="maven.dist.dir" plugin="maven-dist-plugin" property="maven.dist.dir"/>
<mkdir dir="${maven.dist.dir}"/>
<!-- call makensis.exe with the setup.nsi file -->
<ant:exec executable="${maven.nsis.exe}">
<ant:exec executable="${maven.nsis.exe}" failonerror="true">
<arg value="/V2"/>
<arg value="${script}"/>
</ant:exec>