Hi, Message:
> > <maven:pluginVar var="reports" plugin="maven-xdoc-plugin"
> property="reports"></maven:pluginVar>
means that tag maven:pluginVar was not executed but just written on screen.
I think that his will work with New maven.jar file. But for now insted of
building New maven.jar I've just replaced all
<maven:pluginVar var="some-variable" plugin="some-plugin"
property="some-plugin-property"></maven:pluginVar>
with
<j:set var="some-variable"
value="${pom.getPluginContext(some-plugin').getVariable('some-plugin-property'
)}"/>
In plugin.jelly file for xdoc plugin (and not only his plugin). So for this:
> > <maven:pluginVar var="reports" plugin="maven-xdoc-plugin"
> property="reports"></maven:pluginVar>
I've written:
<j:set
var="reports"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('reports')}"/>
--
Greetings,
Marcin Werla mailto:[EMAIL PROTECTED]
http://www.man.poznan.pl/~mwerla/
smime.p7s
Description: S/MIME cryptographic signature
