Hi,

in that case what about compiling ejb and creating stub and skeleton for them??


I don't exactly understand what you mean with "compiling ejb". EJB's are just classes like other java classes, if you've got them in the source folder, maven will compile them... regarding "stub and skeleton", are you refering to EJB interfaces, homes, etc? Yes, then you're maybe looking for xdoclet which generates all the EJB interfaces, value objects, util-classes and deployment descriptors... maybe there's a working xdoclet plugin for m2 already, otherwise an ant-script will do it as well (if you can live with sources generated into /java/main/src)...

Regards,
mika

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

Reply via email to