Skip to content

Commit f708991

Browse files
committed
adjust POM to changes in Maven assembly plugin
1 parent 0532a1d commit f708991

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BimServerJar/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-assembly-plugin</artifactId>
3939
<configuration>
40-
<descriptor>assembly.xml</descriptor>
40+
<descriptors>
41+
<descriptor>assembly.xml</descriptor>
42+
</descriptors>
4143
<finalName>starter</finalName>
4244
<appendAssemblyId>false</appendAssemblyId>
4345
<archive>

0 commit comments

Comments
 (0)