diff --git a/gson/bnd.bnd b/gson/bnd.bnd new file mode 100644 index 00000000..c98fcfd3 --- /dev/null +++ b/gson/bnd.bnd @@ -0,0 +1,14 @@ +Bundle-SymbolicName: com.google.gson +Bundle-Name: ${project.name} +Bundle-Description: ${project.description} +Bundle-Vendor: Google Gson Project +Bundle-ContactAddress: ${project.parent.url} +Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.6, JavaSE-1.7, JavaSE-1.8 + +-removeheaders: Private-Package + +-exportcontents:\ + com.google.gson,\ + com.google.gson.annotations,\ + com.google.gson.reflect,\ + com.google.gson.stream diff --git a/gson/pom.xml b/gson/pom.xml index 7de4b8af..e3ce4515 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -31,6 +31,18 @@ + + biz.aQute.bnd + bnd-maven-plugin + 3.1.0 + + + + bnd-process + + + + diff --git a/pom.xml b/pom.xml index e8b6fb96..d7f19f5b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,13 @@ maven-javadoc-plugin 2.10.3 + + org.apache.maven.plugins + maven-jar-plugin + + true + +