activemq-web-console WAR with SNAPSHOT dependencies breaks osgi
Bundle-ClassPath in manifest
--------------------------------------------------------------------------------------------
Key: AMQ-3743
URL: https://issues.apache.org/jira/browse/AMQ-3743
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.5.1
Reporter: Gary Tully
Assignee: Gary Tully
Priority: Minor
Fix For: 5.6.0
The maven-war-plugin will install snapshot version dependencies using their
timestamp qualified name but the maven-bundle-plugin used to generate the
Bundle-ClassPath strips off the timestamp qualifier.
The fix is to make use of the [archive file name
mapping|http://maven.apache.org/plugins/maven-war-plugin/examples/file-name-mapping.html]
to strip off the qualifier in for the embedded dependencies.
This is only a problem during development as we never release with SNAPSHOT
dependencies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira