You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/08/02 18:20:00 UTC

[jira] [Created] (MSITE-848) Maven properties with dots do not get injected into site templates

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)