Hi,

Is it possible to perform parameter replacement when generating xdocs? I'm hoping to achieve something like:

<body>
<section name="Download ${pom.id} Example">
<pre>
<a href="../../../maven/${pom.groupId}/examples/${maven.final.name}-example.zip">${maven.final.name}-example.zip</a>
</pre>
</section>


    <section name="${pom.id} Example Foldertree">
....................

I guess I could do this using ant copy with filters, but thought I'd check there wasn't built-in access to the current maven context variables.

cheers
Nathan


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



Reply via email to