REPO-3046 Rename the root war for Docker image

This commit is contained in:
Alex Mukha
2017-11-20 11:36:19 +00:00
parent 68f6fb2bb9
commit bc98500da2

View File

@@ -118,6 +118,7 @@
<type>war</type> <type>war</type>
<overWrite>false</overWrite> <overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/server-root</outputDirectory> <outputDirectory>${project.build.directory}/server-root</outputDirectory>
<destFileName>ROOT.war</destFileName>
</artifactItem> </artifactItem>
</artifactItems> </artifactItems>
</configuration> </configuration>