I have a very strange problem with Maven and the Eclipse WTP. I have a multi-module project, let\'s call it project
. It consists of two modules project-base>
I ultimately solved my problem: I had problems with the properties section Deployment Assembly for the project-base
project. I could not save it, as Eclipse mentioned, the current page does contain errors.
I then looked into the settings file .settings/org.eclipse.wst.common.component
. It was completely empty (I don't know why). I then added the following block:
After this, the settings page is accessible again and the JAR is assembled correctly. Workspace resolution does work, too.