We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e30ab commit 97de002Copy full SHA for 97de002
pom.xml
@@ -318,9 +318,8 @@
318
<descriptorRefs>
319
<descriptorRef>jar-with-dependencies</descriptorRef>
320
</descriptorRefs>
321
- <!-- below two line make sure the fat jar is sharing the same name
322
- as of project name -->
323
- <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>
324
<appendAssemblyId>false</appendAssemblyId>
325
</configuration>
326
</execution>
0 commit comments