diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..927ae93
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,3 @@
+Bundle-SymbolicName: papertrail-profiler
+Import-Package: *
+Export-Package: com.papertrail.profiler
diff --git a/pom.xml b/pom.xml
index f04854f..f6be0a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,28 @@
UTF-8
+
+ biz.aQute.bnd
+ bnd-maven-plugin
+ 3.5.0
+
+
+
+ bnd-process
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.4
+
+
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
+
+