I would like to know if there is any way to use the tomcat v9 server as a maven plugin. I'm for nom using this maven plugin:
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
</plugin>
but this one is a bit to old and I've got some problems using it so I would like to know if it's possible and how to use the tomcat V9 server as a plugin instead of using the tomcat7-maven-plugin.