Re: using maven properties/variables in xdocs

2005-05-25 Thread Kenney Westerhof
On Thu, 26 May 2005 [EMAIL PROTECTED] wrote: You could create a maven.xml task that uses ant copy using filtering to copy the xdocs/ dir to target/generated-docs (or something) and possibly setting the xdoc document location to the new location. If you use ant filtering you should use @token@ styl

Re: using maven properties/variables in xdocs

2005-05-25 Thread Jamie Bisotti
This can't currnetly be done. Search JIRA, there's an issue filed somewhere; probably agains xdoc plugin. On 5/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I having issues using maven properties/variables in my xdocs. I've created > an xdocs/index.xml that I want to customi