Re: resources as dependencies

2007-07-26 Thread Arnaud Bailly
John Coleman [EMAIL PROTECTED] writes: The web.xml in the dependency war does seem to be ignored so this is quite a neat solution. :) We are using this to provide a library of resources all our web applications can draw from. I still don't have a good answer on how to do what I call client

RE: resources as dependencies

2007-07-26 Thread John Coleman
the POM. John -Original Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: 26 July 2007 17:11 To: Maven Users List Subject: Re: resources as dependencies John Coleman [EMAIL PROTECTED] writes: Hi, The Maven war packaging forces me to have a web.xml which is not required

RE: resources as dependencies

2007-07-26 Thread John Coleman
Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: 26 July 2007 14:02 To: Maven Users List Subject: Re: resources as dependencies John Coleman [EMAIL PROTECTED] writes: Hi, We want to farm off some of our common resources (java scripts and images) into a project that other

RE: resources as dependencies

2007-07-26 Thread John Coleman
: John Patrick [mailto:[EMAIL PROTECTED] Sent: 26 July 2007 12:30 To: Maven Users List Subject: Re: resources as dependencies Initial thoughts are you could have it as a seperate project and get the dependency plugin to unpack it. http://maven.apache.org/plugins/maven-dependency-plugin/unpack

Re: resources as dependencies

2007-07-26 Thread Arnaud Bailly
John Coleman [EMAIL PROTECTED] writes: Hi, The Maven war packaging forces me to have a web.xml which is not required in the dependency project. Perhaps I can switch that off? I Hi John, Yes, It seems so. But it is not used in overlays and you can control it so this is not big deal. (see

Re: resources as dependencies

2007-07-26 Thread John Patrick
Initial thoughts are you could have it as a seperate project and get the dependency plugin to unpack it. http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html On 26/07/07, John Coleman [EMAIL PROTECTED] wrote: Hi, We want to farm off some of our common resources (java