> I am using EJB 2.0 and weblogic workshop 8.1 version. And my EAR has > structure something like below. > > So how can i handle this by using EAR plugin ? Or i need to use MAVEN ANT > Plugin and create EAR file by using that ?
I don't use Weblogic Workshop and I have no tool-specific advice to offer you. You can generally construct whatever package you require using the Assembly plugin or breaking things up into modules and then using the jar plug, ejb plugin, war plugin, and ear plugin with proper dependencies. All of this will require you to restructure your project and build -- if you are unwilling to do this, then yes, use the Ant plugin. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
