Author: gtully
Date: Mon Feb 27 22:14:54 2012
New Revision: 1294359
URL: http://svn.apache.org/viewvc?rev=1294359&view=rev
Log:
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
Modified:
activemq/trunk/activemq-web-console/pom.xml
Modified: activemq/trunk/activemq-web-console/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1294359&r1=1294358&r2=1294359&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Mon Feb 27 22:14:54 2012
@@ -37,6 +37,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
+
<outputFileNameMapping>@{artifactId}@-@{baseVersion}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
<packagingExcludes>
WEB-INF/lib/jetty*.jar,
WEB-INF/lib/servlet*.jar