diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml
index bea372a703..a14933f3ad 100755
--- a/activemq-core/pom.xml
+++ b/activemq-core/pom.xml
@@ -29,9 +29,26 @@
activemq-core
+ bundle
ActiveMQ :: Core
The ActiveMQ Message Broker and Client implementations
+
+
+ javax.jmdns*;resolution:=optional,
+ org.apache.activeio*;resolution:=optional,
+ org.apache.commons.pool*;resolution:=optional,
+ org.apache.derby*;resolution:=optional,
+ org.apache.tools.ant*;resolution:=optional,
+ org.apache.xbean*;resolution:=optional,
+ org.apache.xpath*;resolution:=optional,
+ org.codehaus.jam*;resolution:=optional,
+ org.springframework*;resolution:=optional,
+ org.w3c.dom.traversal*;resolution:=optional,
+ *
+
+
+
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 6d70319ee1..015e5da96a 100644
--- a/activemq-jaas/pom.xml
+++ b/activemq-jaas/pom.xml
@@ -31,9 +31,14 @@
activemq-jaas
+ bundle
ActiveMQ :: JAAS
A collection of generic JAAS Login Modules
+
+ *
+
+
diff --git a/pom.xml b/pom.xml
index 6cdb001b45..167ee9c292 100755
--- a/pom.xml
+++ b/pom.xml
@@ -74,9 +74,18 @@
1.1.3.4d_b4_min
1.1.2
3.2-SNAPSHOT
+ 1.0.0
scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository
scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository
scpexe://people.apache.org/www/activemq.apache.org/maven/
+
+ *
+ org.apache.activemq*
+ !*
+ ${activemq.osgi.export.pkg}*;version=${activemq.osgi.export.version}
+ ${project.version}
+ ${activemq.osgi.import.pkg}
+ ${groupId}.${artifactId}
2.0.4
@@ -978,6 +987,23 @@
-->
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ ${felix-version}
+ true
+
+
+ ${artifactId}
+ ${activemq.osgi.symbolic.name}
+ ${activemq.osgi.export}
+ ${activemq.osgi.import}
+ ${activemq.osgi.private.pkg}
+ Apache ActiveMQ
+ ${project.version}
+
+
maven-one-plugin