Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In a site.xml I'm trying to reference the project.organization.name element from the POM. This expression is not evaluated properly when running the site plugin for rendering a site! But for example the epxression $
{project.name}works fine!
Issue Links
- supercedes
-
MSITE-88
interpolate other ${project.*} variables in the site descriptor
-
What is the maven version?
{project.organization.name}Is $
= $
{project.name}?