We're using the maven-changes-plugin to prepare an html page describing what was
changed in a release, using the jira-report option.
The report it produces has this html source included:
<div class="xleft">
<span id="publishDate">Last Published: 2013-12-27</span>
| <span id="projectVersion">Version:
${project.version}</span>
</div>
<div class="xright">
The ** ${project.version} ** I think was supposed be substituted, somewhere
along the way, with a maven project version - is that right? It's showing up as
the literal characters ${project.version} in the browser.
What can we do to fix this?
-Marshall Schor
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]