I'm using buildnumber-maven-plugin and maven-war-plugin to generate and put SVN revision into manifest.mf file in my WAR file as an entry.
<Implementation-Build>${buildNumber}</Implementation-Build>
So far, so good.
I would like to display it on Tapestry page (5.3.6 version). How would I do that? What is the best approach?