Hi,
Setting that value, correctly sets the WebRoot, but it also causes the WebContent folder to be added as a source on the build path … any ideas why this would happen?
I note that in our pom, we have the WebContent configured now as both the warSourceDirectory and as a resource folder,
On a second point, we have a second maven project which produces a jar also imported to the workspace as a maven project. The war project is dependent on this. It is getting correcly resolved as a maven dependency pointing to the workspace project, but the deployment to tomcat, configured to use “smart deploy” is not deploying the classes from this project to Web-INF/classes, resulting in classpath errors. I can manually configure a project dependency, but everytime I update my project configuration from maven this dependency is deleted, and anyhow it would seem wrong, as we already have the maven dependency.
Do you have any sample pom.xml files for such a configuration (war dependent on jar, but not using maven child projects).
Thanks
Sharon