Hi! I am trying to Creating bundles for non OSGi third party dependencies, Found a problem with the example.Pom file missing <plugins> tag. After adding, the build also fails.
karaf document : http://karaf.apache.org/manual/latest/#_statically_bundling_jars I saw that Servicemix-Bundles also uses this way to handle non-OSGi jar files. I am a little curious about package in the <servicemix.osgi.import.pkg> and </servicemix.osgi.export.pkg> tag , Is it generated by tools?bnd? Servicemix Bundles POM: https://github.com/apache/servicemix-bundles/blob/master/spring-core-5.1.8.RELEASE/pom.xml best regards duan
