How can I configure my web application for deployment in Tomcat so that Tomcat Manager shows the version in the table that lists all applications installed (/manager/html/li
For maven, use the tomcat plugin configuration path :
... ... org.apache.tomcat.maven tomcat7-maven-plugin 2.2 /${project.artifactId}##${project.version} ... ...
finalName trick didn't worked for me.