Re: Computation of plugin property names

2005-01-24 Thread Timo Wolf
Hi, Thanks a lot. Now I got it. It is the usage of the context like: Thanks again. Timo On Jan 25, 2005, at 8:05 AM, Jörg Schaible wrote: Timo Wolf wrote on Monday, January 24, 2005 6:09 PM: Hi, I am trying to develop a maven plugin, which generates multiple reports. The number of plugins should

RE: Computation of plugin property names

2005-01-24 Thread Jörg Schaible
Timo Wolf wrote on Monday, January 24, 2005 6:09 PM: > Hi, > > I am trying to develop a maven plugin, which generates > multiple reports. The number of plugins should be > configurable in the plugin.properties file. Therefore, I need > to compute some variable names on runtime. [snip] you may al

Re: Computation of plugin property names

2005-01-24 Thread Arnaud HERITIER
You must do something like this : ${cargo.containers} Loading configuration for container "${container}"... ... ... Configuration for container "${container}" loaded. It works, it comes from the maven plugin for cargo (not

RE: Computation of plugin property names

2005-01-24 Thread Eric Pugh
See the xdoclet plugin's plugin.jelly for some great examples... -Original Message- From: Timo Wolf [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 12:09 PM To: dev@maven.apache.org Subject: Computation of plugin property names Hi, I am trying to develop a maven plugin, which