Skip to content

Commit

Permalink
Include project version in final name
Browse files Browse the repository at this point in the history
  • Loading branch information
apophizzz committed Nov 11, 2024
1 parent 8bd3175 commit d917015
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 @@ -317,9 +317,8 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<!-- below two line make sure the fat jar is sharing the same name
as of project name -->
<finalName>${project.artifactId}</finalName>
<!-- below two line make sure the fat jar is sharing the same name as of project name -->
<finalName>${project.artifactId}-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
Expand Down

0 comments on commit d917015

Please sign in to comment.