Hello Yesterday I tried to convert a maven project into an eclipse wtp project with the maven-eclipse-plugin. But unfortunately it doesn't work. Maven doesn't create all off the needed files for eclipse so I wasn't able to import the project in the server view of eclipse.
Maven: 2.04 WTP: 1.0 Eclipse: 3.2 RC7 I studied all the documentation under http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html and searched the internet. I would really appreciate if anyone can provide me a running real world example (not only hello world). Cheers Christian
