When I use mvn tomcat:deploy of tomcat-maven-plugin there is a 403 error:
Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.0:deploy (default-cli) on pr
May be you should check your configuration file in ~/.m2/settings.xml this file have to be with the follow struct :
After that you should to be sure that your server conf is correct for your project, instance of:
mytomcat
test
test
later run mvn tomcat:deploy. Remember that also you could run tomcat:deploy -X for see the debbug.