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.
2 parents fb1339b + 7d3e0b1 commit d32db49Copy full SHA for d32db49
imagetool/pom.xml
@@ -112,6 +112,7 @@
112
<goal>single</goal>
113
</goals>
114
<configuration>
115
+ <finalName>${installer-name}</finalName>
116
<descriptors>
117
<descriptor>src/assembly/zip.xml</descriptor>
118
</descriptors>
pom.xml
@@ -31,6 +31,7 @@
31
</scm>
32
33
<properties>
34
+ <installer-name>imagetool</installer-name>
35
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36
<maven.compiler.source>1.8</maven.compiler.source>
37
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments