Skip to content

Commit

Permalink
assembly normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed May 13, 2017
1 parent 1ded2ce commit e05b970
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mvnsh-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
</dependencies>

<build>
<finalName>mvnsh-${project.version}</finalName>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -95,8 +97,7 @@
<goal>single</goal>
</goals>
<configuration>
<finalName>mvnsh-${project.version}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
<tarLongFileMode>posix</tarLongFileMode>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
</descriptors>
Expand Down

0 comments on commit e05b970

Please sign in to comment.