diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 00000000..1a2e9288
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,5 @@
+-sources: false
+-dsannotations: *
+-metatype: *
+Bundle-SymbolicName: jblas
+Export-Package: org.jblas.*
diff --git a/pom.xml b/pom.xml
index e67ff5e5..75cd3d75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,13 +62,30 @@
1.5
+
+ biz.aQute.bnd
+ bnd-maven-plugin
+ 2.4.1
+
+
+
+ bnd-process
+
+
+
+
+
org.apache.maven.plugins
maven-jar-plugin
2.3.1
+ true
org.jblas.benchmark.Main