Author: aheritier Date: Tue Feb 7 16:17:59 2006 New Revision: 375789 URL: http://svn.apache.org/viewcvs?rev=375789&view=rev Log: Fix the build to use the last nsis plugin properties
Modified: maven/maven-1/core/trunk/maven.xml Modified: maven/maven-1/core/trunk/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=375789&r1=375788&r2=375789&view=diff ============================================================================== --- maven/maven-1/core/trunk/maven.xml (original) +++ maven/maven-1/core/trunk/maven.xml Tue Feb 7 16:17:59 2006 @@ -219,10 +219,9 @@ --> <j:choose> <j:when test="${systemScope['os.name'].startsWith('Windows')}"> - <j:set var="maven.dist.bin.assembly.dir" value="${installerDir}"/> + <j:set var="maven.nsis.build.dir" value="${installerDir}"/> <attainGoal name="nsis"/> - <maven:get var="distDir" plugin="maven-dist-plugin" property="maven.dist.dir"/> - <ant:copy tofile="${maven.build.dir}/installer/${pom.artifactId}-${pom.currentVersion}.exe" file="${distDir}/${pom.artifactId}.exe"/> + <ant:copy tofile="${maven.build.dir}/installer/${pom.artifactId}-${pom.currentVersion}.exe" file="${maven.build.dir}/${maven.nsis.final.name}.exe"/> <!-- <j:set var="maven.dist.bin.assembly.dir" value="${installerDirLite}" /> <attainGoal name="nsis" />