So ive been following the following guide as to how to get maven tomcat7 and cucumber up and running together to run my integration tests.
Integration tests with maven and tomcat
When I run mvn clean install
my tests comeback with a 404 not found all the time?!
My entire code is here
What am i doing wrong? I dont understand having tried everything... ?!
The issue was down to tomcat7-maven-plugin 2.2, used version 2.0 and it works fine,...