The Jira report (and maybe others) is failing to substitute the project.version
into the title line of the generated report.

It produces (here's the html source listing):
...
<div class="xleft">
        <span id="publishDate">Last Published: 2013-12-27</span>
                  &nbsp;| <span id="projectVersion">Version:
${project.version}</span>
                      </div>
            <div class="xright">       

The ** ${project.version} ** I think is supposed be substituted, somewhere
along the way, with a maven project version, but it's instead showing up as
the literal characters ${project.version} in the browser.

I took a look, but lost my way in some common Maven reporting code.  

Should I file a Jira?  Any hints on where to look to see how to fix?

-Marshall Schor


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to