I have a puzzle
I just figured out that when I was creating a maven project from wicket archetype the resulting project was not a web project. I tried everything I could: set the project to web module facet, add quicken nature. However the project didnt run on eclipse tomcat instance. I don't know what's happening cause a couple days before I was able to create wicket projects this way. I also tried removing ~/.m2 folder before creating maven project. After I removed it, projects where created with the web environment but when I clicked on run, it doesn't appear the run on server option. Just maven options : build, clean and so on.
I'm using:
Eclipse Linux mint Lisa Jdk1.7 Tomcat 7 M2eclipse Quicken Maven2
Any information you need just let me know.
Thanks.