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
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
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
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
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
> > >
> > 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
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:
>
>
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
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