From 14c1766843a794cc3727b012636bdcb17ee84a4a Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Mon, 27 Feb 2012 22:14:54 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-3743 - activemq-web-console WAR with SNAPSHOT dependencies breaks osgi Bundle-ClassPath in manifest. Make use of the war plugin outputFileNameMapping to ensure the timestamp is dropped to match the bundle-classpath git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1294359 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web-console/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index caa847b508..11356aa267 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -37,6 +37,7 @@ maven-war-plugin 2.1.1 + @{artifactId}@-@{baseVersion}@@{dashClassifier?}@.@{extension}@ WEB-INF/lib/jetty*.jar, WEB-INF/lib/servlet*.jar