I've checked these two plugins to get the last SVN revision number: svn-revision-number-maven-plugin and buildnumber-maven-plugin. They work fine but now I need to get the last SVN revision for the dependencies' of my multi-module web-application. I hoped to include an extra entry to the pom.properties file in META-INF for each dependency by overriding the construction of this file but I haven't succeeded. I haven't found how to even change the contents of it. Or maybe there is any way to put an extra properties file which can be filtered?
Update: my goal is to get the dependencies revision number at runtime in my web-application.