Re: Filtering resources in Assembly plugin

2007-12-27 Thread Ryan Moquin
Ok, just wanted to make sure I wasn't doing something wrong. Thanks! On Dec 27, 2007 11:52 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > Not yet. Very tedious, but at least it works Hopefully it will be > fixed > soon. > > > On Dec 27, 2007 8:44 AM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > >

Re: Filtering resources in Assembly plugin

2007-12-27 Thread Mick Knutson
Not yet. Very tedious, but at least it works Hopefully it will be fixed soon. On Dec 27, 2007 8:44 AM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > So I take it that filtering the fileSets probably still hasn't been fixed? > > On Sep 21, 2007 12:52 PM, Paul Austin <[EMAIL PROTECTED]> wrote: > >

Re: Filtering resources in Assembly plugin

2007-12-27 Thread Ryan Moquin
So I take it that filtering the fileSets probably still hasn't been fixed? On Sep 21, 2007 12:52 PM, Paul Austin <[EMAIL PROTECTED]> wrote: > Will the filtering of dependencySets also be fixed? > > Paul > > Mick Knutson wrote: > > the filtering will be fixed in the next release, but you > have t

Re: Filtering resources in Assembly plugin

2007-09-21 Thread Paul Austin
Will the filtering of dependencySets also be fixed? Paul Mick Knutson wrote: > the filtering will be fixed in the next release, but you have to > use for now. I opened the defect about a month. > > > > > On 9/21/07, Dave Feltenberger <[EMAIL PROTECTED]> wrote: > >> I think I found a bug in t

Re: Filtering resources in Assembly plugin

2007-09-21 Thread Mick Knutson
the filtering will be fixed in the next release, but you have to use for now. I opened the defect about a month. On 9/21/07, Dave Feltenberger <[EMAIL PROTECTED]> wrote: > > I think I found a bug in the assembly plugin. When I specify a single > file in my assembly, like so: > >

Re: Filtering resources in Assembly plugin

2007-09-21 Thread Dave Feltenberger
I think I found a bug in the assembly plugin. When I specify a single file in my assembly, like so: src/main/resources/faxing.sh / true it is filtered properly using the .

Filtering resources in Assembly plugin

2007-09-21 Thread Dave Feltenberger
All, I'm having an issue filtering resources with the assembly plugin. In the documentation at: http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html there is an example of using the assembly plugin. Here is the part in the pom that says ho