Hey.. I have encountered a problem while bundling a particular configuration files inside War project: Let me explain in detail on this :
> > War project structure is like below : > > xyz_War--->config--> IST-----------------> A bunch of xmls related to > IST phase > > --> UAT----------------->A bunch of xmls > related to UAT phase > > --> PRD----------------->A bunch of xmls > related to PRD phase > > -->src-->main-->java > -->target > -->webapp-->WEB-INF-->web.xml > > Explanation : xyz_War consists of folders like config, src,webapp,target. > config folder consists of different sub folders related > to each testing phase of application(IST,UAT,PRD). These folders contain > same set of files with different contents altogether. > > For a particular build i need to bundle only one set of files among IST, > UAT or PRD. > > Hope u got my question. I need to pass this parameter(IST,UAT or PRD) > during runtime of build creation. Thanks, Kiran Kodlady -- View this message in context: http://www.nabble.com/Bundling-a-particular-set-of-files%28Environment%29-inside-War-project-tf3823795s177.html#a10825109 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
