Hello,
I need some help with the xhtml files in the maven.
I have the apt files in my project and inside the apt file I access the Maven
properties of the POM.xml as ${project.name} or ${project.version}. Since
formatting and updating the site each time is not easy with the apt files, I am
shifting to xhtml files. I used the doxia converter to convert the apt into
xhtml and then did a mvn site:site
The site came up as expected but the html did not interpret the ${project.name}
and it was printed as it is. In comparison when I used apt, then the html does
show the name which maven reads from the POM.xml
Can someone please help with the solution to read the maven.properties in the
xhtml?
Regards,
Mani Sikka