Hi all, I'm using maven-bundle-plugin to create a bundle that wraps some jars.
Now I need to create a source bundle using maven-source-plugin but its not working properly because it can't find any source...
Should I reference the sources of wrapped jars as dependencies instead of the binaries?
any tip is welcomed... thanks, Cristiano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

