I'm trying to use the new ear-plugin (gradle-1.0-milestone-4-20110610162713+0200) with ejb's. I add the ejb-jar as a deploy dependency. However since the deploy dependencies are added intransitivily I don't get the dependencies of the ejb-jar. The only way I found was to also add the ejb-jar as earlib, but then the ejb-jar is added to ear lib directory.
Is there anyway to gracefully add this so that the ejb-jar is added to the root and its dependencies to lib?