Jörn Kottmann wrote:
Hi Marshall,
if we package the plugins as jar eclipse tooling can not find
classes inside the nested jars as Tong pointed out.
I suggest that we ship the plugins as folder. The other option which I
see is
to ship them as jar, but with the nested jars unzipped.
What do you think ?
I found an option in the maven-bundle-plugin for the <EmbedDependency>,
inline=true, which "unzips" the inner jars. So that's what I am using.
It appears to work :-)
I'll put in a Jira and commit the change.
-Marshall