Re: Not replacing token in plugin's parameters

2007-11-01 Thread Stephane Nicoll
Kenney, Daniel (and others) I've seen another thread on resources filtering[1] where it is stated that $${pom.version} would inject ${pom.version} (and not the value) in a mojo field. Hey cool, that answers my question. The only problem is that it does not work :) If I do: $${artifactId}.$${ext

Re: Not replacing token in plugin's parameters

2007-10-08 Thread Jason Dillon
On Oct 8, 2007, at 1:12 AM, Stephane Nicoll wrote: On 10/8/07, Jason Dillon <[EMAIL PROTECTED]> wrote: I'm not sure what you are asking... or why I'm being ping'd :-P Sounds like you had the same problem before, so I'm just wondering if you found a solution. Oh, so that was what you were ta

Re: Not replacing token in plugin's parameters

2007-10-08 Thread Stephane Nicoll
er Jason Dillon having a similar issue with the > >>>> groovy stuff. > >>>> > >>>> -Original Message- > >>>> From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > >>>> Sent: Wednesday, September 12, 2007 3:33 AM > &g

Re: Not replacing token in plugin's parameters

2007-10-08 Thread Jason Dillon
ving a similar issue with the groovy stuff. -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 3:33 AM To: Maven Developers List Subject: Not replacing token in plugin's parameters Hi, In the trunk of the war plugin, the artifacts c

Re: Not replacing token in plugin's parameters

2007-10-07 Thread Stephane Nicoll
on having a similar issue with the groovy > > > stuff. > > > > > > -Original Message- > > > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, September 12, 2007 3:33 AM > > > To: Maven Developers List > > >

Re: Not replacing token in plugin's parameters

2007-10-03 Thread Stephane Nicoll
> > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 12, 2007 3:33 AM > > To: Maven Developers List > > Subject: Not replacing token in plugin's parameters > > > > Hi, > > > > In the trunk of the war plugin, the arti

Re: Not replacing token in plugin's parameters

2007-09-13 Thread Stephane Nicoll
o: Maven Developers List > Subject: Not replacing token in plugin's parameters > > Hi, > > In the trunk of the war plugin, the artifacts can be packaged in > WEB-INF/lib with a custom name, a la assembly plugin. This leads to a > config like this for instance: > >

RE: Not replacing token in plugin's parameters

2007-09-12 Thread Brian E. Fox
I think I remember Jason Dillon having a similar issue with the groovy stuff. -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 3:33 AM To: Maven Developers List Subject: Not replacing token in plugin's parameters Hi, In the tru

Not replacing token in plugin's parameters

2007-09-12 Thread Stephane Nicoll
Hi, In the trunk of the war plugin, the artifacts can be packaged in WEB-INF/lib with a custom name, a la assembly plugin. This leads to a config like this for instance: ${artifactId}.${extension} This worked for a while and "suddently" (that's the weird thing) it stopped. The reason for tha