Hi,
that was the mistake: my directory was main/src/webapp and the property was
set to src/main/webapp

Thanks Filip

-----Original Message-----
From: Yann Le Du [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 20, 2005 2:18 PM
To: Maven Users List
Subject: Re: additional xml-files in WEB-INF directory

Success here also with an XML file.

~   ./src/main/webapp/WEB-INF
~   +-- web.xml
~   +-- test.xml

results into :

~   ./target/artifactId-version/WEB-INF
~   +-- web.xml
~   +-- test.xml

Which version of Maven are you using ?

Also, you said you were using "Main / src / webapp", didn't you mean "src /
main / webapp" ?

Yann


--- Jesse McConnell <[EMAIL PROTECTED]> a écrit :

> I use this setup successfully
> 
> ./src/main/webapp/WEB-INF
> ./src/main/webapp/WEB-INF/web.xml
> ./src/main/webapp/WEB-INF/client-config.wsdd
> ./src/main/webapp/WEB-INF/server-config.wsdd
> ./src/main/webapp/index.jsp
> ./src/main/webapp/fingerprint.jsp
> ./src/main/webapp/happyaxis.jsp
> ./src/main/webapp/i18nLib.jsp
> ./src/main/webapp/index.html
> 
> 
> On 9/20/05, Filip Polsakiewicz <[EMAIL PROTECTED]> wrote:
> > 
> > Hi all,
> > 
> > I am quite new to the maven war plugin. I have the following problem:
> > 
> > 
> > 
> > I set up the following directory strutcture:
> > 
> > 
> > 
> > Main / src / webapp
> > 
> > Main / src / webapp / WEB-INF
> > 
> > Main / src / java
> > 
> > Main / src / resources
> > 
> > 
> > 
> > I want to include some additional xml-files in my WEB-INF directory.
> > Unfortunately using the above structure and running maven war produces a

> > war
> > file where my WEB-INF directory is placed in the WEB-INF/classes 
> > directory.
> > How can I change this behaviour and where in the above structure do I
put 
> > my
> > jsp's?
> > 
> > 
> > 
> > Thanks Filip
> > 
> > 
> > 
> 
> 
> -- 
> jesse mcconnell
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

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


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

Reply via email to