MPNSIS-8
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:
parent
2b0bed7af9
commit
9133df99bc
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user