Skip to content

Commit

Permalink
izpack exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Moreau committed Aug 31, 2015
1 parent 48e40f0 commit b62bb8b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions toolbox/pom.xml
Expand Up @@ -475,6 +475,28 @@
</execution>



<execution>
<id>IzPack-Win-Executable</id>
<phase>install</phase>
<configuration>
<tasks>
<exec executable="python" dir="${project.build.directory}">
<arg value="${izpack.staging}/utils/wrappers/izpack2exe/izpack2exe.py" />
<arg value="--file" />
<arg value="${project.build.finalName}.jar" />
<arg value="--output" />
<arg value="provconvert-Installer.exe" />
</exec>

</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>


</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit b62bb8b

Please sign in to comment.