Re: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread Guillaume Lederrey
On 09/01/2008, simon <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-01-09 at 14:23 +0100, Guillaume Lederrey wrote: > > Thanks a lot for all the feedback ! > > > > I am still not completely convinced ... see below. > > > > On 09/01/2008, Beelen, M. - SPLXL <[EMAIL PROTECTED]> wrote: > > > Ïn my opitio

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread simon
On Wed, 2008-01-09 at 14:23 +0100, Guillaume Lederrey wrote: > Thanks a lot for all the feedback ! > > I am still not completely convinced ... see below. > > On 09/01/2008, Beelen, M. - SPLXL <[EMAIL PROTECTED]> wrote: > > Ïn my opition the cycle you mention where the snake bites it's tail" can

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread Guillaume Lederrey
the same purpose. > > Hope this helps, > Marco Beelen > > > > > -----Original Message----- > From: Guillaume Lederrey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 09, 2008 11:57 AM > To: Maven Users List > Subject: Re: Dependency versions in large multi-pr

RE: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread Beelen, M. - SPLXL
. Hope this helps, Marco Beelen -Original Message- From: Guillaume Lederrey [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 11:57 AM To: Maven Users List Subject: Re: Dependency versions in large multi-projects multi-modules environment On 09/01/2008, [EMAIL PROTECTED] <[E

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread Guillaume Lederrey
errey [mailto:[EMAIL PROTECTED] > Sent: Wed 1/9/2008 11:01 AM > To: Maven Users List > Subject: Re: Dependency versions in large multi-projects multi-modules > environment > > I'm trying to go down the path of option #1 below : > > * a super pom which define all depend

RE: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread nicklist
Subject: Re: Dependency versions in large multi-projects multi-modules environment I'm trying to go down the path of option #1 below : * a super pom which define all dependencies, we can leave it in SNAPSHOT state for the dev cycle * all libraries reference this parent pom. The libraries can go th

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-09 Thread Guillaume Lederrey
I'm trying to go down the path of option #1 below : * a super pom which define all dependencies, we can leave it in SNAPSHOT state for the dev cycle * all libraries reference this parent pom. The libraries can go through a couple of version increments during the dev cycle. Now I have a problem at

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-08 Thread Guillaume Lederrey
Thanks for your answer ! I have read some documentation on using dependency range, but I havent used it in any real world project yet. The documentation I have found sometimes makes me think this is a work still in progress. As you seem to be using it in real world projects, could you please share

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-07 Thread Damien Lecan
> 2) use version ranges in the parent pom. This way, the new version of > the library is used by all projects as soon as it is available in our > central repository. Much easier to manage, but it sound a bit scary to > have it that much automated ... Other problem, we will loose build > reproducibi

Re: Dependency versions in large multi-projects multi-modules environment

2008-01-07 Thread Guillaume Lederrey
From: Guillaume Lederrey [mailto:[EMAIL PROTECTED] > Sent: Mon 1/7/2008 10:34 AM > To: Maven Users List > Subject: Dependency versions in large multi-projects multi-modules environment > > > > Hello ! > > I have to investigate the migration to Maven in our organisation. We &g

RE: Dependency versions in large multi-projects multi-modules environment

2008-01-07 Thread Barrett Nuzum
ist Subject: Dependency versions in large multi-projects multi-modules environment Hello ! I have to investigate the migration to Maven in our organisation. We have a pretty large software base : about 100 projects each generating 3 to 6 artifacts. A part of these modules are a framework used by

Dependency versions in large multi-projects multi-modules environment

2008-01-07 Thread Guillaume Lederrey
Hello ! I have to investigate the migration to Maven in our organisation. We have a pretty large software base : about 100 projects each generating 3 to 6 artifacts. A part of these modules are a framework used by most other projects. For the moment, we are managing versioning with ant, and a scr