Re: maven.jar.includes could not work?

2004-11-23 Thread Eric Giguere
=maven.jar.excludes value=${oldJarExcludes}/ /goal -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 5:25 PM To: Maven Users List Subject: Re: maven.jar.includes could not work? Depending on when you are calling that, you may need to use maven:set plugin

RE: maven.jar.includes could not work?

2004-11-23 Thread Adrian Tarau
. -Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 9:27 AM To: Maven Users List Subject: Re: maven.jar.includes could not work? Hello I think that the support for the include property in the jar plugin was lost during a merge for version 1.6

RE: maven.jar.includes could not work?

2004-11-22 Thread Adrian Tarau
: maven.jar.includes could not work? Depending on when you are calling that, you may need to use maven:set plugin=maven-jar-plugin property=maven.jar.includes value=com/xxx/yyy/** / - Brett On Mon, 22 Nov 2004 17:21:46 -0500, Adrian Tarau [EMAIL PROTECTED] wrote: Hi, I want to change