https://issues.apache.org/jira/browse/AMQ-5223
Added the bundle packaging option Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/f63bd322 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/f63bd322 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/f63bd322 Branch: refs/heads/activemq-5.10.x Commit: f63bd322036168de04374dd4726dbaa0951c3263 Parents: 385ca81 Author: Timothy Bish <[email protected]> Authored: Fri Jun 13 12:35:13 2014 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Dec 15 16:57:51 2014 -0500 ---------------------------------------------------------------------- activemq-jms-pool/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/f63bd322/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index a42e901..7551786 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -28,6 +28,7 @@ <artifactId>activemq-jms-pool</artifactId> <name>ActiveMQ :: Generic JMS Pool</name> <description>Generic JMS Pooled ConnectionFactory</description> + <packaging>bundle</packaging> <properties> <activemq.osgi.import.pkg>
