Skip to content

Commit

Permalink
Fixed mvn.tar.gz generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Aug 13, 2016
1 parent 47bd962 commit d3b2fbf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@
</tarfileset>
<tarfileset dir="${project.basedir}">
<include name="mvnw.bat"/>
<include name=".mvn/wrapper/maven-wrapper.jar"/>
<include name=".mvn/wrapper/maven-wrapper.properties"/>
</tarfileset>
<tarfileset dir="${project.basedir}" fullpath=".mvn/wrapper/maven-wrapper.jar">
<include name="${project.build.directory}/${project.build.finalName}.jar"/>
<include name="target/${project.build.finalName}.jar"/>
</tarfileset>
</tar>
<gzip destfile="${project.build.directory}/mvnw.tar.gz"
Expand Down Expand Up @@ -184,4 +183,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit d3b2fbf

Please sign in to comment.