Converted all artifacts to OSGi jars.

Fixed the split package warnings resulting from inclusion of generated test resources into the production jar by pruning them out prior to packaging.

Change-Id: Ie1669dfbef6198a511c1df38b5771c7a3c647717
diff --git a/pom.xml b/pom.xml
index 91c9de8..5f2bab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.5.4</version>
+                <version>3.2.0</version>
                 <extensions>true</extensions>
             </plugin>
             <plugin>