The ear plugin does this for you.

I don't think it's part of the j2ee spec to have dependent jars
bundled inside the ejb.jar.  I believe that they normally get grouped
together inside of an ear file.

You setup a seperate project with packaging of ear and add your
ejb.jar as a dependency.  Your ejb.jar project will have dependencies
on the vo.jar, etc... etc..... which will all get pulled into your ear
via the transitive dependency mechanism.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to