nbm-maven-plugin
nbm-maven-plugin copied to clipboard
nbm:manifest misses <scope>runtime</scope> dependencies?
I wanted to use runtime
scope to add OSGi dependencies that were not needed at compile time. But nbm:manifest
did not pick those dependencies and I had to switch to compile
scope unnecessarily. I hope it would be changed.