<plugin-property plugin="xdoc" name="maven.dest.dir" value="dest.dir"/>
as you can probably do better error reporting and it is clearer what is the plugin and what is the property.
- Brett
Jason van Zyl wrote:
On Wed, 2003-06-25 at 20:47, Jason van Zyl wrote:
Another thing would probably be nice to standardize is the inter-plugin property retrieval. Bob's thought is a tag that we could use, something like:
<plugin-property plugin="xdoc" name="maven.dest.dir" value="dest.dir"/>
so that would extract the 'maven.dest.dir' property from the xdoc plugin and place the value in 'dest.dir' for use in the current context.
The other we could try because jexl is basically velocity is place some maps in the context so we could do something like:
${plugins.xdoc.maven.dest.dir}
Any preferences?
-- Web Developer f2 network ~ everything essential 02 8596 4437
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]