mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
fix: Executable JAR: Include project version in final name (#3090)
This commit is contained in:
committed by
GitHub
parent
82e30ab717
commit
97de002348
@@ -318,9 +318,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>
|
||||
|
||||
Reference in New Issue
Block a user