property files management: best practices?

2009-07-24 Thread florian.cavagnini
Hi I know that by convention the property files of a java maven project are in src/main/resources. But in my case, I have a pom which have about 50 modules, each module is a jar project. Some property files are common, as connection to database, spring configuration files, etc... I want to

Re: property files management: best practices?

2009-07-24 Thread Alexander Vaysberg
Hi, the maven can it make with many possibility, the first is separete the test configuration from production configuration. For this has maven /src/test/resources. Alexander Vaysberg florian.cavagn...@ingdirect.fr schrieb: Hi I know that by convention the property files of a java maven

RE: property files management: best practices?

2009-07-24 Thread Jeudy, Guillaume
...@vaisberg.de] Sent: Fri 7/24/2009 9:49 AM To: Maven Users List Subject: Re: property files management: best practices? Hi, the maven can it make with many possibility, the first is separete the test configuration from production configuration. For this has maven /src/test/resources. Alexander Vaysberg