How can I use maven properties in apt files of a site? For example, I want to use $ {project.version} in index.apt, so I can always link to the latest version without manually changing the index.apt file before deploying the site.
maven maven-2 maven-site-plugin
kayahr
source share