You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcel Schutte <ms...@yahoo.co.uk> on 2005/12/06 15:40:02 UTC

[m2] maven-war-plugin multiple patterns in warSourceExcludes not working

Hi all,

I'm running on the latest svn builds of maven and plugins.
Maven-war-plugin version is 2.0-beta-3-SNAPSHOT. When I put a single
pattern in warSourceExcludes it is excluded normally. However, when I
use a string of comma separated values nothing is excluded anymore.
Is this known behavior? A quick peek in the sources shows that the
value of warSourceExcludes is passed to a DirectoryScanner 'as is'. I
don't want to dive into more svn archives than strictly necessary, so
my question is: can DirectoryScanner handle a comma separated list of
excludes, or should they be passed in as individual strings?

Regards,
Marcel



		
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] maven-war-plugin multiple patterns in warSourceExcludes not working

Posted by Jesse McConnell <je...@gmail.com>.
http://jira.codehaus.org/browse/MNG-1696

that issue and a couple other along the same vein...known issue and a patch
is on there I think, shouldn't be too tough to work out...

anyway, good luck :)

jesse

On 12/6/05, Marcel Schutte <ms...@yahoo.co.uk> wrote:
>
> Hi all,
>
> I'm running on the latest svn builds of maven and plugins.
> Maven-war-plugin version is 2.0-beta-3-SNAPSHOT. When I put a single
> pattern in warSourceExcludes it is excluded normally. However, when I
> use a string of comma separated values nothing is excluded anymore.
> Is this known behavior? A quick peek in the sources shows that the
> value of warSourceExcludes is passed to a DirectoryScanner 'as is'. I
> don't want to dive into more svn archives than strictly necessary, so
> my question is: can DirectoryScanner handle a comma separated list of
> excludes, or should they be passed in as individual strings?
>
> Regards,
> Marcel
>
>
>
>
> __________________________________________
> Yahoo! DSL – Something to write home about.
> Just $16.99/mo. or less.
> dsl.yahoo.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
jesse mcconnell