I didn\'t find any tomcat-maven-plugin other than tomcat7-maven-plugin. Can I use it with apache-tomcat-9.0.0.M15?
I'm finding answer for same question long time. Now I found.
org.codehaus.cargo cargo-maven2-plugin 1.8.3 tomcat9x embedded war ${project.build.directory}/${project.build.finalName}.war /
And run with
mvn package cargo:run