I didn\'t find any tomcat-maven-plugin other than tomcat7-maven-plugin. Can I use it with apache-tomcat-9.0.0.M15?
As stated in other answer, tomcat7-maven-plugin can still be used to deploy into a running Tomcat 9 with manager app present. However, to run embedded Tomcat 9, try the Cargo plugin:
org.codehaus.cargo
cargo-maven2-plugin
1.7.6
tomcat9x
embedded
Start it with:
mvn org.codehaus.cargo:cargo-maven2-plugin:run