RE : RE : What is the proper way to handle properties files based on the environment you are building for?

2005-12-09 Thread Olivier Lamy
Maven Users List Objet : RE: RE : What is the proper way to handle properties files based on the environment you are building for? Where are profiles defined? I don't remember seeing that on the website. Thanks... Frank Russo Senior Developer FX Alliance, LLC > -Original Messag

Re: RE : What is the proper way to handle properties files based on the environment you are building for?

2005-12-09 Thread ir. ing. Jan Dockx
ginal Message- From: Olivier Lamy [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 3:47 PM To: 'Maven Users List' Subject: RE : What is the proper way to handle properties files based on the environment you are building for? Use differents profiles (with differents resources de

RE: RE : What is the proper way to handle properties files based on the environment you are building for?

2005-12-09 Thread Frank Russo
production war. > > - Olivier > > -Message d'origine- > De : Frank Russo [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 9 décembre 2005 20:42 > À : users@maven.apache.org > Objet : What is the proper way to handle properties files > based on the environment

RE : What is the proper way to handle properties files based on the environment you are building for?

2005-12-09 Thread Olivier Lamy
users@maven.apache.org Objet : What is the proper way to handle properties files based on the environment you are building for? I'm building a webapp. Our webapp depends on some environment specific variables that are defined in a group of properties files. Depending on the environment I want to buil

What is the proper way to handle properties files based on the environment you are building for?

2005-12-09 Thread Frank Russo
I'm building a webapp. Our webapp depends on some environment specific variables that are defined in a group of properties files. Depending on the environment I want to build for, i.e., dev, qa, prod, I build the war as follows: mvn -Denv=ENV_VAR clean package. Our package structure for the prope