Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Combining tar and compression task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Jul 17, 2013
1 parent 60edf5d commit 97e01d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -1636,7 +1636,8 @@

<chmod dir="${izpack.installer.app}/Contents/MacOs/" perm="a+x" includes="*" />

<tar destfile="${project.build.directory}/${project.artifactId}-setup-macosx-${project.version}.tar">
<tar destfile="${project.build.directory}/${project.artifactId}-setup-macosx-${project.version}.tar.gz"
compression="gzip">
<tarfileset dir="${izpack.installer.app}"
prefix="${project.name} Setup.app"
excludes="**/java,**/installer.sh" />
Expand All @@ -1647,9 +1648,6 @@
includes="**/java,**/installer.sh"
filemode="755" />
</tar>
<gzip destfile="${project.build.directory}/${project.artifactId}-setup-macosx-${project.version}.tar.gz"
src="${project.build.directory}/${project.artifactId}-setup-macosx-${project.version}.tar"/>

</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit 97e01d1

Please sign in to comment.