Hi Wayen, I am using EJB 2.0 and weblogic workshop 8.1 version. And my EAR has structure something like below.
EAR | |--META-INF | | | |--ejb-jar.xml | |--weblogic-ejb-jar.xml | |--APP-INF\lib | | | |--Webservice\WEB-INF\ |--Webservice\WEB-INF\classes |--here all Webservice EJB class files with package 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 ? Please guide me. thanks, daivish. On Tue, Aug 23, 2011 at 8:50 PM, Wayne Fay <[email protected]> wrote: > > So basically i have some CLASS files on my machine/ Which are located > > "..\workshop\output\" and ".workshop/WebService/**". > > > > Also i want to add whatever under this directory to EAR > > "\WPSWebService\WEB-INF\" > > > > How can i do it using MAVEN-EAR-PLUGIN ? > > I don't believe that it is legal to package un-jarred class files in > an EAR file. So you will need to bundle those class files into a Jar > and then simply install/deploy the jar, then add a dependency to that > artifact in your EAR module. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
