Maven don't include index.jsp

2012-04-16 Thread titans
Hello. I'm doing a training project on Eclipse with Spring MVC and Hibernate. The problem is that I am exporting to the Eclipse WAR file, but TomCat sees it as one error. I decided to try to compile the project in Maven. However, after compiling I see in war only archive of the folder WEB-INF

Re: Maven don't include index.jsp

2012-04-16 Thread Robert Scholte
You're not using the default folder for the webapp sources. So either change your folder structure (using src/main/webapp instead of WebContent) or configure http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceDirectory Robert Op Mon, 16 Apr 2012 18:19:12 +0200 schreef

Re: Maven don't include index.jsp

2012-04-16 Thread titans
Thank you!!! -- View this message in context: http://maven.40175.n5.nabble.com/Maven-don-t-include-index-jsp-tp5644304p5644716.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: