Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Olivier Dehon
Hi, What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? I couldn't find any FAQ or reference on this. Sorry if this is indeed an FAQ. Thanks in advance. -Olivier - To

Re: Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Steven Rowe
Hi Olivier, Olivier Dehon wrote: What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? This doesn't directly answer your question, but since it's not clear exactly what problem you're trying to solve, here's a solution to a different problem :)

Re: Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Olivier Dehon
Steven Rowe wrote: What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? If you define a property in the POM, and then use ${} syntax to refer to the property in the configuration for one plugin, you can refer to this same property value