Skip to content

Commit

Permalink
Don't append assembly id to zip file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanabani committed Jan 15, 2021
1 parent de23548 commit b8bfb8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
</goals>
<configuration>
<descriptor>src/assembly/bin.xml</descriptor>
<finalName>${project.name}-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<finalName>${project.build.finalName}</finalName>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit b8bfb8c

Please sign in to comment.