https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/maven/
In snapshots there is only tomcat6-maven-plugin and tomcat7-maven-plugin. So, even though my Maven dependencies are on Tomcat 8.0-SNAPSHOT, any "executable war" I build with the plugin has Tomcat 7 classes in it, meaning the application won't run (NoClassDefFound, etc.). What needs to be done to get a tomcat8-maven-plugin snapshot started? Is this a whole new project that hasn't been started yet? Or does a new build configuration just need to be created?