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 general <build> ->
<resources> part.

During build these resources will be in the classpath and the war file
will take them.

2. Have antrun plugin assigned for example to process-resources phase
which will use copy ant task and copy all files you need.

Best regards,
                       Juri. 

-----Original Message-----
From: Jeff Mutonho [mailto:[EMAIL 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 plugins/maven-war-plugin 3. mvn install
>
> the steps above should do it.
>
>
> pete marvin
>
>
> Thanks Pete .Tried
https://svn.apache.org/repos/asf/maven/plugins/trunk/plugins and that
url seem not correct as I get the "Bad URL passed to RA layer svn: URL '
https://svn.apache.org/repos/asf/maven/plugins/trunk/plugins";  error.

Couldn't you or someone build the 2.0.2-SNAPSHOT with the fix for
altering the default path.That would be greatly appreciated.

Thanks

-- 


Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to