google-code-export / maven-confluence-plugin

Automatically exported from code.google.com/p/maven-confluence-plugin
1 stars 0 forks source link

build-in template variables not working in child pages #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Version 3.1.4
The project. build-in template variables are not working in child pages.
Children pages are added via children-subfolder, pages are created in 
confluence but all the ${project.*} variables are empty. (${pageTitle}, 
${artifactId}, ${version} are rendered correctly)
Using the same template not as child, everything works fine..

My template:
h1. ${pageTitle}

{info:title=Useful Information}
This page has been generated by 
[maven-confluence-plugin|http://code.google.com/p/maven-confluence-plugin/]
${artifactId}-${version}
{info}

${project.summary}
${project.scmManager}
${project.dependencies}

Original issue reported on code.google.com by tholls...@gmail.com on 30 Apr 2012 at 9:53

GoogleCodeExporter commented 9 years ago
Hi, 

thx for Feedback

i'll check soon

Original comment by bartolom...@gmail.com on 30 Apr 2012 at 10:42

GoogleCodeExporter commented 9 years ago
i've made some changes to give variables visibility also within children

i've deployed this fix in 3.1.5-SNAPSHOT

Please, test it and give me feedbacks

thanks in advance

Original comment by bartolom...@gmail.com on 30 Apr 2012 at 11:17

GoogleCodeExporter commented 9 years ago
Great, in 3.1.5-SNAPSHOT it works!

Original comment by tholls...@gmail.com on 2 May 2012 at 4:56

GoogleCodeExporter commented 9 years ago
Thanks. 

i'll arrange release soon!

Original comment by bartolom...@gmail.com on 2 May 2012 at 7:53

GoogleCodeExporter commented 9 years ago
fix released with version 3.1.5

Original comment by bartolom...@gmail.com on 3 May 2012 at 1:37