Hi all. I've got a project with the following structure:
parent +- ear +- war \- common jar This common jar is a dependency of the war. When using eclipse wtp and the eclipse plugin, it deploys a packaged jar as specified in the war's .settings/org.eclipse.wst.common.component file. Is there a way to tell the eclipse plugin to deploy the module as exploded rather than having to package it if it exists in the same project / workspace? Thanks for your time, Jim
