Tomcat Maven Plugin - Resource /WEB-INF/classes not found

2012-03-21 Thread janne mattila
I used tomcat-maven-plugin 1.1 to deploy my webapp to an embedded tomcat. It works ok. Now when I try to update to org.apache.tomcat.maven/tomcat7-maven-plugin/2.0-beta-1, deploy fails with an error (included in the end). My configuration is such - parent/web-app builds a web-app.war -

Re: Tomcat Maven Plugin - Resource /WEB-INF/classes not found

2012-03-21 Thread Olivier Lamy
Hello, It looks you have a jar providing javax.servlet.* classes which doesn't use provided scope. Can you check that ? 2012/3/21 janne mattila jannepostilis...@gmail.com: I used tomcat-maven-plugin 1.1 to deploy my webapp to an embedded tomcat. It works ok. Now when I try to update to