From 6d89eec6b2da6e9fe68978e968de7869cbaccc53 Mon Sep 17 00:00:00 2001 From: mishako Date: Sat, 2 Jan 2016 19:34:45 +0100 Subject: [PATCH] Configure OSGi bundling --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index 8ab27d6..d49ed96 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,39 @@ ${project.build.directory}/site + + org.apache.felix + maven-bundle-plugin + + + + !com.rometools.modules.*.io, + com.rometools.modules.*, + + + org.jdom2, + org.jdom2.filter, + org.jdom2.input, + org.jdom2.input.sax, + org.jdom2.output, + org.slf4j, + org.w3c.dom, + org.xml.sax + + <_exportcontents> + com.rometools.rome.feed, + com.rometools.rome.feed.atom, + com.rometools.rome.feed.module, + com.rometools.rome.feed.rss, + com.rometools.rome.feed.synd, + com.rometools.rome.io, + com.rometools.utils + + *;artifactId=rome|rome-utils + true + + +