From ca700344b71dd859298bc98506022cc0860adfac Mon Sep 17 00:00:00 2001 From: Matthew Horridge Date: Sat, 7 Mar 2015 08:01:01 -0800 Subject: [PATCH] Updated pom - Added plugin to generate javadoc - Added plugin to attach sources --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index ad6a539..494d5bb 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,39 @@ 1.7 + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + + false + + attach-javadocs + + jar + + + + + + org.apache.felix maven-bundle-plugin