users@glassfish.java.net

Re: virtualization plugin, dependency injection and OSGI

From: Yamini K B <yamini.k.b_at_oracle.com>
Date: Tue, 28 Feb 2012 22:29:35 +0530

>
>
> do I need to put my jims' jars under some specific path (outside maven
> repo?)
>
>
Are these jims jars external jars? If yes, you might need to use maven
process-resources goal to configure them. As an example see libvirt/pom.xml

You can then check the manifest Import-Package entry to make sure that
the dependencies are all there.

-Yamini