mirror of https://github.com/apache/activemq.git
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
This commit is contained in:
parent
e426de8c32
commit
14c1766843
|
@ -37,6 +37,7 @@
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<outputFileNameMapping>@{artifactId}@-@{baseVersion}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
|
||||||
<packagingExcludes>
|
<packagingExcludes>
|
||||||
WEB-INF/lib/jetty*.jar,
|
WEB-INF/lib/jetty*.jar,
|
||||||
WEB-INF/lib/servlet*.jar
|
WEB-INF/lib/servlet*.jar
|
||||||
|
|
Loading…
Reference in New Issue