Christopher Tubbs created MSITE-848:
---------------------------------------
Summary: Maven properties with dots do not get injected into site
templates
Key: MSITE-848
URL: https://issues.apache.org/jira/browse/MSITE-848
Project: Maven Site Plugin
Issue Type: Bug
Components: property interpolation
Affects Versions: 3.8.2
Reporter: Christopher Tubbs
I tried injecting a property from {{pom.xml}} into
{{src/site/markdown/index.md.vm}}.
It did not work when the property was {{accumulo.version}}, but did work when I
switched the property name to {{accumuloVersion}}.
With the dot present in the property name, nothing was interpolated, and
instead, I got the literal {{${accumulo.version\}}} in my html output.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)