RE: incorrect war file structure

2006-08-15 Thread Artamonov, Juri
PROTECTED] Sent: Monday, August 14, 2006 11:54 PM To: Maven Users List Subject: Re: incorrect war file structure On 8/13/06, Pete Marvin King [EMAIL PROTECTED] wrote: Hello Jeff, Sorry about that, can you try this 1. svn co https://svn.apache.org/repos/asf/maven/plugins/trunk plugins 2. cd

Re: incorrect war file structure

2006-08-15 Thread Jeff Mutonho
On 8/15/06, Pete Marvin King [EMAIL PROTECTED] wrote: There's a space between trunk and plugins on the url, the last plugin is the destination directory 1. svn co https://svn.apache.org/repos/asf/maven/plugins/trunkspaceplugins 2. cd plugins/maven-war-plugin 3. mvn install I tried that also

Re: incorrect war file structure

2006-08-15 Thread Pete Marvin King
i see, then just use https://svn.apache.org/repos/asf/maven/plugins/trunk; Jeff Mutonho wrote: On 8/15/06, Pete Marvin King [EMAIL PROTECTED] wrote: There's a space between trunk and plugins on the url, the last plugin is the destination directory 1. svn co

Re: incorrect war file structure

2006-08-15 Thread Jeff Mutonho
On 8/15/06, Artamonov, Juri [EMAIL PROTECTED] wrote: Jeff, You can try to do several workarounds. 1. Have resource folder (configurations) structure to be the same as you wish to be in the destination war file and put these resources not into war - configuration - webResources but into

Re: incorrect war file structure

2006-08-15 Thread Jeff Mutonho
On 8/15/06, Pete Marvin King [EMAIL PROTECTED] wrote: i see, then just use https://svn.apache.org/repos/asf/maven/plugins/trunk; :) , that back to where we started.The pom.xml sitting in the trunk folder has this : parent groupIdorg.apache.maven/groupId

Re: incorrect war file structure

2006-08-14 Thread Jeff Mutonho
On 8/13/06, Pete Marvin King [EMAIL PROTECTED] wrote: Hello Jeff, Sorry about that, can you try this 1. svn co https://svn.apache.org/repos/asf/maven/plugins/trunk plugins 2. cd plugins/maven-war-plugin 3. mvn install the steps above should do it. pete marvin Thanks Pete .Tried

Re: incorrect war file structure

2006-08-14 Thread Pete Marvin King
There's a space between trunk and plugins on the url, the last plugin is the destination directory 1. svn co https://svn.apache.org/repos/asf/maven/plugins/trunkspaceplugins 2. cd plugins/maven-war-plugin 3. mvn install Jeff Mutonho wrote: On 8/13/06, Pete Marvin King [EMAIL PROTECTED]

Re: incorrect war file structure

2006-08-12 Thread Pete Marvin King
Hello Jeff, Sorry about that, can you try this 1. svn co https://svn.apache.org/repos/asf/maven/plugins/trunk plugins 2. cd plugins/maven-war-plugin 3. mvn install the steps above should do it. pete marvin Jeff Mutonho wrote: On 8/9/06, Pete Marvin King [EMAIL PROTECTED] wrote: Hello

Re: incorrect war file structure

2006-08-11 Thread Jeff Mutonho
On 8/9/06, Pete Marvin King [EMAIL PROTECTED] wrote: Hello Jeff, Sorry about the example, the correct one should be configuration webResources [...] resource directoryconfigurations/directory !-- override the destination directory for this

Re: incorrect war file structure

2006-08-08 Thread Stefan Magnus Landrø
Hi Jeff, properties normally go in the src\main\resources BTW, You seem to use a strange layout for your directories. Do you really want it to be that way? Read Better builds with maven for the recommended dir. structure Jeff Mutonho [EMAIL PROTECTED] skrev 08.08.2006 14:52:59: My web

Re: incorrect war file structure

2006-08-08 Thread Jeff Mutonho
On 8/8/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: Hi Jeff, properties normally go in the src\main\resources BTW, You seem to use a strange layout for your directories. Do you really want it to be that way? Read Better builds with maven for the recommended dir. structure Thats just

Re: incorrect war file structure

2006-08-08 Thread Denis Cabasson
Jeff Mutonho wrote: On 8/8/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: Hi Jeff, properties normally go in the src\main\resources BTW, You seem to use a strange layout for your directories. Do you really want it to be that way? Read Better builds with maven for the recommended

Re: incorrect war file structure

2006-08-08 Thread Jeff Mutonho
On 8/8/06, Denis Cabasson [EMAIL PROTECTED] wrote: Jeff Mutonho wrote: On 8/8/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: Hi Jeff, properties normally go in the src\main\resources BTW, You seem to use a strange layout for your directories. Do you really want it to be that way?

Re: incorrect war file structure

2006-08-08 Thread Denis Cabasson
Jeff Mutonho wrote: On 8/8/06, Denis Cabasson [EMAIL PROTECTED] wrote: Jeff Mutonho wrote: On 8/8/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: Hi Jeff, properties normally go in the src\main\resources BTW, You seem to use a strange layout for your directories. Do

Re: incorrect war file structure

2006-08-08 Thread Denis Cabasson
Jeff Mutonho wrote: On 8/8/06, Denis Cabasson [EMAIL PROTECTED] wrote: Jeff Mutonho wrote: On 8/8/06, Denis Cabasson [EMAIL PROTECTED] wrote: Jeff Mutonho wrote: On 8/8/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: Hi Jeff, properties normally go in

Re: incorrect war file structure

2006-08-08 Thread Pete Marvin King
Hello Jeff, Sorry about the example, the correct one should be configuration webResources [...] resource directoryconfigurations/directory !-- override the destination directory for this resource -- targetPathWEB-INF/targetPath