Skip to content

Commit d021da9

Browse files
committed
update assembly configuration
1 parent 1be194b commit d021da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tool/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<plugin>
8282
<artifactId>maven-assembly-plugin</artifactId>
8383
<version>2.5.4</version>
84+
<configuration>
85+
<finalName>dcm-${project.version}</finalName>
86+
<appendAssemblyId>false</appendAssemblyId>
87+
</configuration>
8488
<executions>
8589
<execution>
8690
<id>tgz-assembly</id>

0 commit comments

Comments
 (0)