Hi, New to maven. Had a project working nicely in Eclipse with maven for several weeks. Then did mvn clean. After mvn clean I get 404 errors on my index.jsp and can't figure out how to resolve this.
Things I've tried: mvn eclipse:clean mvn eclipse:eclipse mvn install mvn package I even tried mvn tomcat:deploy but that failed too. Anyway a few questions: 1. why did mvn clean screw up the tomcat deployment 2. How do I resolve it Thanks Barry
