Hi,
I have a parent ‘web project’ and a child ‘java project’. The child project is meant to be a JAR file used by the parent. I have added the child project to the build path of the parent.
When I deploy the parent it includes the CLASS files of the child (under /WEB-INF/classes/), but I would prefer the child classes be exported as a JAR file and placed in the LIB directory of the parent.
I can manually go “export > JAR” in the child project, but this is less than ideal.
Any help would be greatly appreciated,
Cheers.