Hi,
can't you just create an extra jar project for the java sources and resources you don't want to end in WEB-INF/classes and declare it as a dependency.
Hope this helps -Tim Wouter de Vaal schrieb:
Hi, I would like know how to go about this scenario. I would like to create an exploded war with the following differences to what the standard war plugin created * instead of placing all compiled classes from src/main/java into WEB-INF/classes/com/comp/etc I would like them to be compiled into a jar and put in the WEB-INF/lib. * I would like to assign certain resource not to be put in the above described jar, and some to be put into the jar. e.g., some properties files need not be changed except bij the developer, but log4j files for instance could be changed by the deployer. Any idea's on how to automate this process? Regards, Wouter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
