Re: configure Maven to dynamically select profiles

2011-07-14 Thread carlspring
You can use Maven profiles and Resource Filtering. You can set up different profiles and define which resources to use for them. -- View this message in context: http://maven.40175.n5.nabble.com/configure-Maven-to-dynamically-select-profiles-tp4581942p4585910.html Sent from the Maven - Users

Re: configure Maven to dynamically select profiles

2011-07-14 Thread Ketil Aasarød
If it is runtime properties I would consider externalizing them and put them on the file system or JNDI on your application server. -ketil - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

Re: configure Maven to dynamically select profiles

2011-07-14 Thread Ketil Aasarød
You would have to put them on your local development machine and on your CI server to be able to run the tests ofc. -ketil 2011/7/14 Ketil Aasarød ketil.aasa...@gmail.com: If it is runtime properties I would consider externalizing them and put them on the file system or JNDI on your

configure Maven to dynamically select profiles

2011-07-13 Thread Vivek
Hi There, Is there any way to configure Maven to dynamically select profiles? Issue: Is it possible to have Maven dynamically pick different configuration properties and build the project and execute tests based on those dynamically acquired properties! In my case I have single pom.xml

Re: configure Maven to dynamically select profiles

2011-07-13 Thread anis chaaba
Hi, U can play with activation method using activation tag. this may be helpful http://maven.apache.org/guides/introduction/introduction-to-profiles.html good luck :) On Wed, Jul 13, 2011 at 10:14 AM, Vivek vku...@qasource.com wrote: case I have single pom.xml an