Description
Currently exec-wars in tomcat7 can only be created in projects with packaging 'pom' or 'war'.
There are scenarios where one could want to use another packaging type and still create an exec-war. This restriction should be removed.
Attached patch removes this restriction.