Thank you!  I'll give this a try.

--- Marcin Werla <[EMAIL PROTECTED]> wrote:
> 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/
> 

> ATTACHMENT part 2 application/x-pkcs7-signature name=smime.p7s



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

Reply via email to