Hi, I have questions about war:war task. So my project look like: /src --/main ----/config ----/filters ----/java ----/resources - res to java ----/webapp
In config I have web.xml (template filtered by resource:resource with filter from /filters depends on profile in pom). My web.xml in webapp is prepared for test env and when developers open proj in IDE thay hava on start app ready for to run on test env. When I build war to deploy I need filtered web.xml and others conf filers to replace files from webapp. resource:resource has targetdir, I can write this files in some dir but I can't put them in war because war:war is rather atomic task and copy webapp from warSourceDirectory and put it in webappDirectory next copy classes and libs, optional web.xml from webXml but not others files. But I have others conf files eg. datasource conf and I cant put them in war. There is some way to do it? thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
