Maven War Plugin

2009-09-21 Thread Barlow, Keith
Hiyas, I am trying to use the Maven War Plugin to move some resources into the WEB-INF/xsd directory instead of the WEB-INF/classes directory... The XSDs exist in the src/main/config directory along with some descriptive xml files which I do not want copied. I configured the Maven War Plug

Maven War Plugin

2009-09-22 Thread Barlow, Keith
Hiyas, I am trying to use the Maven War Plugin to move some resources into the WEB-INF/xsd directory instead of the WEB-INF/classes directory... The XSDs exist in the src/main/config directory along with some descriptive xml files which I do not want copied. I configured the Maven War Plug

RE: Help with (sibling directory) modules

2009-09-22 Thread Barlow, Keith
The documentation is correct... the structure must follow a predefined layout. Maven uses convention over configuration and requires you to use a defined directory structure (it's possible customize in some cases but not worth it). Why you would want a root level pom in a sibling directory is bey

RE: Help with (sibling directory) modules

2009-09-22 Thread Barlow, Keith
at, releasing with the maven release plugin can become a lot more "fun" which is why people recommend not using ../ in s and putting a "structural" arrangement for aggregation, i.e. aggregation is for things that will be released together. inheritance is for things th

RE: Help with (sibling directory) modules

2009-09-22 Thread Barlow, Keith
OOT/parent, without requiring A, B, etc. to move underneath $DEV_ROOT/parent? Dennis -Original Message----- From: Barlow, Keith [mailto:keith_bar...@cable.comcast.com] Sent: 22 September 2009 17:38 To: Maven Users List Subject: RE: Help with (sibling directory) modules If those projec

RE: Help with (sibling directory) modules

2009-09-22 Thread Barlow, Keith
plied by, declaring one project to be parent of another. Dennis -Original Message- From: Barlow, Keith [mailto:keith_bar...@cable.comcast.com] Sent: 22 September 2009 18:09 To: Maven Users List Subject: RE: Help with (sibling directory) modules With all due respect, why do you care?