I started using Freemarker for assembling simple HTML pages, using FMPP Maven plugin. So far so good. But one thing I need to do is to include value of a system property (one of system properties Maven provides) on a page. Is there a way to access system properties from Freemarker templates? (if not, I may just have to hack plugin to allow passing values from Maven)
|
feedback
|
|
FMPP has a setting called
Now in your templates you can access the system properties like Alternatively, you could write a custom FMPP data-loader. See http://fmpp.sourceforge.net/dataloader.html#sect19. | |||
|
feedback
|
|
cf https://community.jivesoftware.com/thread/14820 You can access it like this :
cf documentation here : http://freemarker.sourceforge.net/docs/pgui_misc_beanwrapper.html | |||||||||
feedback
|