it should work. Have you tried ${context.getParent().getVariable('plugin.dir')}?

You could also use <maven:get ... />

- Brett

On Wed, 1 Sep 2004 18:57:22 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I am developing a tag in my plugin and need to access a file inside my
> plugin resource directory.  No problem accessing the file in a goal
> using ${plugin.dir}
> 
> Accessing the resouce in a tag is a challenge since ${plugin.dir} is
> not available
> in the tag.
> 
> -D
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to