update jolokia war to remove version in binary
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8b9cb218 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8b9cb218 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8b9cb218 Branch: refs/heads/master Commit: 8b9cb2181c1e785af794500b61875cbd3e644281 Parents: 5529bf1 Author: Andy Taylor <[email protected]> Authored: Mon Apr 3 08:55:39 2017 +0100 Committer: Martyn Taylor <[email protected]> Committed: Mon Apr 3 14:28:02 2017 +0100 ---------------------------------------------------------------------- .../activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt | 2 +- artemis-distribution/src/main/assembly/dep.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8b9cb218/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt index c4d83c8..173a708 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt @@ -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> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8b9cb218/artemis-distribution/src/main/assembly/dep.xml ---------------------------------------------------------------------- diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index 92c984c..8e3dd93 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -139,6 +139,7 @@ </includes> <outputDirectory>web</outputDirectory> <unpack>false</unpack> + <outputFileNameMapping>jolokia.war</outputFileNameMapping> </dependencySet> </dependencySets> <fileSets>
