Re: Referencing plugin properties

2009-05-14 Thread Brian Fox
Right, you can't get the value via a property. Maven 1 was totally different and cross plugin dependencies like that were a big problem and it was designed out. On Thu, May 14, 2009 at 4:14 PM, Bocalinda wrote: > Hi Brian, > > I don't want to set the value, I want to get the value. > According t

Re: Referencing plugin properties

2009-05-14 Thread Bocalinda
Hi Brian, I don't want to set the value, I want to get the value. According to the Maven webpage, it seems that was possible in Maven 1. 2009/5/14 Brian Fox > You can't reference it from another property. Why don't you just set it to > the new value? > > On Thu, May 14, 2009 at 11:08 AM, Bocali

Re: Referencing plugin properties

2009-05-14 Thread Brian Fox
You can't reference it from another property. Why don't you just set it to the new value? On Thu, May 14, 2009 at 11:08 AM, Bocalinda wrote: > Hi List, > > It is possible to reference pom properties with ${project.version} for > example. > But how can I reference plugin properties? > > I would l

Referencing plugin properties

2009-05-14 Thread Bocalinda
Hi List, It is possible to reference pom properties with ${project.version} for example. But how can I reference plugin properties? I would like to reference the webapp directory. The property is called webappDirectory, but I can't seem to get it's value. Thanks.