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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Found it. Just had to rename the apt files to *.apt.vm. Maven then pipes the files through Velocity which can process the properties. |
|||
|
|