Hi all,

I having issues using maven properties/variables in my xdocs.  I've created
an xdocs/index.xml that I want to customise based on property values, eg.

<document>
  <properties>
    <title>About ${myProperty}</title>
  </properties>

  <body>
    <section name="About ${myProperty}">
    </section>
</body>
</document>


I would like ${myProperty} to be replaced with the property value, but
instead I see ${myProperty} on the generated html page.  Is there a way I
can acheive this?

cheers,
Justin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to