Does
${pom.getPluginContext('maven-war-plugin').getVariable('XXX')}
help?
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"khote" <[EMAIL PROTECTED]> wrote on 30/08/2003 10:25:26 AM:
> I'm playing around with a postGoal for webapp ...
>
> <postGoal name="war:webapp">
> ....
> </postGoal>
>
> I'm copying the docs directory generated by the xdoc plugin into my .war
>
> I notice in the plugin documentation that certain values such as
> maven.war.webapp.dir have default values. I look in the
maven-war-plugin's
> plugin.jelly and see where they are set. Yet these values are not
available
> to my maven.xml postGoal, in fact they have no value at all by the time
they
> get there. I have to manually set them in
> project.properties/build.properties or even reset them to the same
values in
> my maven.xml postGoal. It would be nice if I could use the expected
> defaults in postGoals, is there a setting somewhere that can take care
of
> this?
>
> K
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>