>
>
> 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