Hi i am pretty new to maven and encountered a problem by overwriting some 
external resources. I am using maven 2.0.7 and the maven-war-plugin 2.0.2. What 
I want to do is to overwrite a folder config in the WEB-INF containing some 
files with an other folder config which is stored in an external resource 
folder until I build the project.
In the end it looks pretty much like this:

-src/main/
   -Customer/config
     -web.xml
     -config.xml
     -...
   -webapp/WEB-INF
     -config/...
     -web.xml

when building the project i want to use profiles to replace the web.xml and the 
config foilder in the WEB-INF. For replacing the web.xml I am using the 
<webXml> property but so far I didn't find a way to overwrite the config folder 
in the WEB-INF.
Any ideas someone??

thx in advance
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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

Reply via email to