Build assembly by default
This commit is contained in:
parent
c118365bbe
commit
fcd99cf61f
1 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,15 @@
|
||||||
<finalName>mockserver-full</finalName>
|
<finalName>mockserver-full</finalName>
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>create-archive</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>single</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue