You can use the below to convert your jar into OSGI bundle. mvn install:install-file -Dfile=your.jar -DgroupId=yourgroupid -DartifactId=artifactid -Dversion=versionNumber -Dpackaging=jar
or you could also follow the plugin development in Eclipse (please google it you will get the steps). -- View this message in context: http://servicemix.396122.n5.nabble.com/How-do-I-convert-an-existing-jar-file-into-an-OSGi-bundle-tp5717573p5717574.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
