How can I use maven properties in site APT files? For example I want to use ${project.version} in the index.apt so I can always refer to the latest version without manually changing the index.apt file before deploying the site.
|
feedback
|
|
Found it. Just had to rename the apt files to *.apt.vm. Maven then pipes the files through Velocity which can process the properties. | |||
|
feedback
|