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 0bbb212 commit 38fd472Copy full SHA for 38fd472
distribution/pom.xml
@@ -185,7 +185,7 @@
185
<descriptor>src/assemble/bin-assembly-dir.xml</descriptor>
186
</descriptors>
187
<appendAssemblyId>false</appendAssemblyId>
188
- <finalName>${project.artifactId}-${project.version}</finalName>
+ <finalName>${project.parent.artifactId}-${project.version}</finalName>
189
</configuration>
190
</execution>
191
</executions>
0 commit comments