update jolokia war to remove version in binary
This commit is contained in:
parent
5529bf150a
commit
8b9cb2181c
|
@ -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>
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
</includes>
|
||||
<outputDirectory>web</outputDirectory>
|
||||
<unpack>false</unpack>
|
||||
<outputFileNameMapping>jolokia.war</outputFileNameMapping>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
<fileSets>
|
||||
|
|
Loading…
Reference in New Issue