Christopher Tubbs opened MSITE-848 and commented
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.
EDIT: Title updated to reflect that this is a documentation bug. See the pull request for proposed solution.
Affects: 3.8.2
Remote Links:
Christopher Tubbs opened MSITE-848 and commented
I tried injecting a property from
pom.xmlintosrc/site/markdown/index.md.vm.It did not work when the property was
accumulo.version, but did work when I switched the property name toaccumuloVersion.With the dot present in the property name, nothing was interpolated, and instead, I got the literal
${accumulo.version}in my html output.EDIT: Title updated to reflect that this is a documentation bug. See the pull request for proposed solution.
Affects: 3.8.2
Remote Links: