From 219343b05dc8d897d2c5fe529ecfc2b714003f19 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 7 Dec 2021 15:00:41 +0100 Subject: [PATCH] Create bundle --- org.bridgedb/bnd.bnd | 6 ++++++ org.bridgedb/pom.xml | 33 ++++++++++++++++++++------------- 2 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 org.bridgedb/bnd.bnd 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 + +