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 8bd3175 commit d917015Copy full SHA for d917015
pom.xml
@@ -317,9 +317,8 @@
317
<descriptorRefs>
318
<descriptorRef>jar-with-dependencies</descriptorRef>
319
</descriptorRefs>
320
- <!-- below two line make sure the fat jar is sharing the same name
321
- as of project name -->
322
- <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>
323
<appendAssemblyId>false</appendAssemblyId>
324
</configuration>
325
</execution>
0 commit comments