On Sat, 2003-01-11 at 17:07, [EMAIL PROTECTED] wrote:
> dion 2003/01/11 14:07:22
>
> Modified: src/plugins-build/site plugin.properties
> Log:
> Temporarily adding property until inter-plugin property issue can be resolved
>
> Revision Changes Path
> 1.3 +7 -0 jakarta-turbine-maven/src/plugins-build/site/plugin.properties
>
> Index: plugin.properties
> ===================================================================
> RCS file:
>/home/cvs/jakarta-turbine-maven/src/plugins-build/site/plugin.properties,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- plugin.properties 26 Oct 2002 15:52:33 -0000 1.2
> +++ plugin.properties 11 Jan 2003 22:07:22 -0000 1.3
> @@ -20,3 +20,10 @@
> maven.site.deploy.method=ssh
>
> maven.username=USERNAME_NOT_SET
> +
> +#
> +# FIXME: This is a copy of maven.docs.dest, as there is a dependency
> +# issue where plugins dont get access to other plugins properties
> +# from the context
> +#
> +maven.docs.dest = ${maven.build.dir}/docs
> \ No newline at end of file
They are not directly accessible but they are accessible via something
like this:
${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}
Which shows some weirdness in the plugin naming which I was thinking
about and eventually forgot to mention the above usage. The xdoc plugin
and the sea plugin use this to get access to plugin properties.
>
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org
In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
-- Jacques Ellul, The Technological Society
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>