Found a reference on the mevenide-user mailing list with some good info: http://www.nabble.com/-mevenide-user-Re%3A-Project-status-t481604.html#a 1310842
I'm still stuck on including runtime-scope dependencies into the packaged jar (under /lib). Maven-dependency-plugin seems to be the right approach, but 1. it doesn't differentiate scopes 2. isn't visible to the package-phase during that maven instance -- i.e., the second time you run package-phase will see where you put the jars. Just trying both JAR-package approach and assembly-style approach, one of them should work (one of the intents is to deploy to repo to support eclipse-pde-plugin-dependencies to other eclipse-pde-plugins, so focusing on JAR-package approach). -D --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
