From a17f3453f8775e776c86f3cd5d7ceef19ec0dc50 Mon Sep 17 00:00:00 2001 From: Katsuya Tomioka Date: Thu, 22 Feb 2018 14:33:40 -0500 Subject: [PATCH] add OSGi manifest --- bnd.bnd | 3 +++ pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 bnd.bnd 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 + + +