We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c09bf commit e915459Copy full SHA for e915459
pom.xml
@@ -30,7 +30,7 @@
30
<descriptors>
31
<descriptor>src/assemble/assembly.xml</descriptor>
32
</descriptors>
33
- <appendAssemblyId>false</appendAssemblyId>
+ <appendAssemblyId>true</appendAssemblyId>
34
</configuration>
35
<executions>
36
<execution>
src/assemble/assembly.xml
@@ -1,7 +1,7 @@
1
<assembly xmlns="http://maven.apache.org/POM/4.0.0"
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
4
- <id>build</id>
+ <id>alpha</id>
5
6
<formats>
7
<format>dir</format>
0 commit comments