diff --git a/org.bridgedb/bnd.bnd b/org.bridgedb/bnd.bnd
new file mode 100644
index 000000000..1ee197a70
--- /dev/null
+++ b/org.bridgedb/bnd.bnd
@@ -0,0 +1,6 @@
+Export-Package: \
+ org.bridgedb.webservice,\
+ org.bridgedb.file,\
+ org.bridgedb.impl,\
+ buildsystem,\
+ org.bridgedb
\ No newline at end of file
diff --git a/org.bridgedb/pom.xml b/org.bridgedb/pom.xml
index 698d6217d..e82a363ab 100644
--- a/org.bridgedb/pom.xml
+++ b/org.bridgedb/pom.xml
@@ -4,7 +4,7 @@
org.bridgedb
org.bridgedb
BridgeDb
- bundle
+ jar
@@ -57,19 +57,26 @@
- org.apache.felix
- maven-bundle-plugin
- 5.1.2
- true
+ biz.aQute.bnd
+ bnd-maven-plugin
+ 6.1.0
+
+
+
+ bnd-process
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.1.0
-
- org.bridgedb
- org.bridgedb
- ${project.version}
- buildsystem, org.bridgedb, org.bridgedb.file, org.bridgedb.impl, org.bridgedb.webservice
- javax.xml.parsers,org.xml.sax,org.xml.sax.helpers
-
-
+
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
+