update jolokia war to remove version in binary

This commit is contained in:
Andy Taylor 2017-04-03 08:55:39 +01:00 committed by Martyn Taylor
parent 5529bf150a
commit 8b9cb2181c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!-- The web server is only bound to loalhost by default -->
<web bind="${web.protocol}://${http.host}:${http.port}" path="web"${extra.web.attributes}>
<app url="jolokia" war="jolokia-war-1.3.5.war"/>
<app url="jolokia" war="jolokia.war"/>
</web>

View File

@ -139,6 +139,7 @@
</includes>
<outputDirectory>web</outputDirectory>
<unpack>false</unpack>
<outputFileNameMapping>jolokia.war</outputFileNameMapping>
</dependencySet>
</dependencySets>
<fileSets>