We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0532a1d commit f708991Copy full SHA for f708991
BimServerJar/pom.xml
@@ -37,7 +37,9 @@
37
<groupId>org.apache.maven.plugins</groupId>
38
<artifactId>maven-assembly-plugin</artifactId>
39
<configuration>
40
- <descriptor>assembly.xml</descriptor>
+ <descriptors>
41
+ <descriptor>assembly.xml</descriptor>
42
+ </descriptors>
43
<finalName>starter</finalName>
44
<appendAssemblyId>false</appendAssemblyId>
45
<archive>
0 commit comments