Deploying a Maven Web Application to Tomcat 9 Using the Tomcat Manager
Tomcat 9 does not provide a dedicated Maven plugin. The Tomcat Manager interface, however, is backward-compatible, so the Tomcat 7 Maven Plugin can be used to deploy to Tomcat 9. This guide shows two setups: Using the Tomcat 8 Maven Plugin (historical build that requires custom plugin repositories)...