What subversion (version) to use?

2010-02-18 Thread sehgal.prithvi
Dear All, I am trying a very small example in maven till the cycle of continous integration. I will use continum as my CI server just for the start. I am using book Better builds with Maven and i have the following queries. 1- Which subversion version i need to use? Do i need to download

Copying different property files based on a Profile

2010-02-17 Thread sehgal.prithvi
Dear All, I am new to Maven and i am encountering the following problem at hand. I have made a multi-module project. The project eventually has to build an EAR artifact from a WAR file. We have different properties files for different environments i.e. - Development - Test - Production My

Re: Copying different property files based on a Profile

2010-02-17 Thread sehgal.prithvi
for a specific environment. Or, you could have one project with a primary artifact and two secondary artifacts (with classifiers). I don't like classifiers so I wouldn't do that, but it ios possible. /Anders On Wed, Feb 17, 2010 at 11:09, sehgal.prithvi java.programme...@gmail.comwrote: Dear

Re: Copying different property files based on a Profile

2010-02-17 Thread sehgal.prithvi
for a project, so all artifacts (primary and secondary) will have the same dependencies. /Anders On Wed, Feb 17, 2010 at 13:30, sehgal.prithvi java.programme...@gmail.comwrote: Hello Anders, Thanks for such a prompt response. I have two queries in mind after reading your answer. 1- Why

Re: Copying different property files based on a Profile

2010-02-17 Thread sehgal.prithvi
archive that you will deploy later on. If you have three different archives (one for each environment) you could run into issues due to differences in the archives. /Anders On Wed, Feb 17, 2010 at 13:45, sehgal.prithvi java.programme...@gmail.comwrote: Hello Anders, Thanks again. So

Re: Copying different property files based on a Profile

2010-02-17 Thread sehgal.prithvi
. /Anders On Wed, Feb 17, 2010 at 15:26, sehgal.prithvi java.programme...@gmail.comwrote: Dear Anders, I had implemented something like this today. I would be more then happy if you give your opinion over it. http://reevsblog.blogspot.com/ In meanwhile, i will have a look at classifiers