On Tue, Sep 1, 2009 at 11:46 PM, Stuart McCulloch <[email protected]> wrote:
> 2009/9/2 Dmitri Plavjanich <[email protected]> > > > I would like to embed unpacked jars in my bundle and include those jars > in > > my bundle classpath. > > > > http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html#ApacheFelixMavenBundlePlugin%28BND%29-Embeddingdependencies > > > > If I try to include the jars via dependencies they get > > unpacked; I don't want them to be unpacked. > > > > http://felix.apache.org/site/apache-felix-bundle-plugin-faq.html#ApacheFelixBundlePluginFAQ-WhenIembedadependencywhydoIseeduplicatedcontent%3F > I don't want to export any packages from the embedded jars. I think that I neglected to mention that my bundle that has these embedded jars also has compiled code. It is this code that I want to export, not anything inside the embedded jars. - Dmitri
