Hi,
I wanted to customize deployment of a “web project” (WAR). The project has some jars (in build path as needed for compilation), but should not be packaged into the WAR (as they are already deployed in the app server).
I do release that if the jars are standard MyEclipse plugins they can be excluded from deployment (Prefereces > MyEclipse > Project Capabilities). Can i do the same (exclude them from deployment to application server, say JBOSS) for my custom/non-standard jars?
Further i am aware that it can be done by writing a build.xml (and use ANT, but let us say i am lazy). I was wondering if MyEclipse has this facility out-of-box.
Thanks for your response(s).
Regards,
Parsh