RE: [m2] maven-war-plugin broken again

2006-07-25 Thread Brian E. Fox
Weird. Anyone else concerned that clearing a local repo has this effect? -Original Message- From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 8:11 AM To: Maven Developers List Subject: Re: [m2] maven-war-plugin broken again David J. M. Karlsen wrote: >

RE: [m2] maven-war-plugin broken again

2006-07-25 Thread Brian E. Fox
rom: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 7:44 AM To: Maven Developers List Subject: [m2] maven-war-plugin broken again Hi! i was able to add depdendencies to the classpath in the manifest for the generated war, but excluding them from the actual .war archive (

Re: [m2] maven-war-plugin broken again

2006-07-24 Thread David J. M. Karlsen
David J. M. Karlsen wrote: Hi! i was able to add depdendencies to the classpath in the manifest for the generated war, but excluding them from the actual .war archive (as they will be included in the .ear anyway) before ( around version 2.0?). This was possible earlier by adding the depdende

[m2] maven-war-plugin broken again

2006-07-24 Thread David J. M. Karlsen
Hi! i was able to add depdendencies to the classpath in the manifest for the generated war, but excluding them from the actual .war archive (as they will be included in the .ear anyway) before ( around version 2.0?). This was possible earlier by adding the depdendencies with scope=provded an