Hello
I have executed the command : mvn integration-test -Damp-to-war and Tomcat does not start
It's the proyect somecp-mvn-tutorial-repo that we can find on documentation. The command end without errors and it pass the three unit test but it doesn't start. It doesn't apper any error.
I also have tried : mvn integration-test -Damp-to-war -Dmaven.tomcat.port=8080 but it's the same
Thank you very much in advance.