Re: Git Repositories

2013-02-22 Thread Eric Kolotyluk
Still wearing my newbie hat,... So, is there some way people embed the git repository information in their POMs to indicate which parts of the POM tree are part of a specific repository? I guess what I am hoping for is that if you can define your git relationships in Maven POMs then all your

Re: Git Repositories

2013-02-22 Thread Curtis Rueden
Hi all, Jörg Schaible wrote: I can assure you, you'll *need* such (nested) builder poms I agree, if you need a single build of all modules from the command line for some reason. Not everyone needs that, though. For example, if you develop in Eclipse with actively-developed projects open, M2E

Re: Git Repositories

2013-02-21 Thread Mark Derricutt
From personal experience single artifact repositories work best. Mostly due to the way git's branching/tagging model works ( over the whole repository ). Also, the maven-release-plugin in its default configuration only releases from the root of the repository so unless you want ALL your

Re: Git Repositories

2013-02-21 Thread Stephen Connolly
One git repository for everything that is always released together and has the same version number. If there are some sub-modules that have a different lifecycle, they should be in a separate git repository. That may force you to split the other modules you thought were always released as one

Re: Git Repositories

2013-02-21 Thread Eric Kolotyluk
OK, I think I've got it. The answer depends more on what artifacts will always have the same version number, than how many artifacts there are. In a nutshell, one repository for the entire multi-module project is best, where all the artifacts keep their versions in sync with the parent pom.

Re: Git Repositories

2013-02-21 Thread Stephen Connolly
You would imaging somewhere like: http://docs.codehaus.org/display/MAVENUSER/Maven+Best+Practice+Guide But documentation of best practices is something we are weak on... We are great at telling people what isn't best practice... not so great at documenting that stuff ;-) A wise user would add a

Re: Git Repositories

2013-02-21 Thread Jörg Schaible
Hi Eric, Eric Kolotyluk wrote: OK, I think I've got it. The answer depends more on what artifacts will always have the same version number, than how many artifacts there are. In a nutshell, one repository for the entire multi-module project is best, where all the artifacts keep their

Re: Git Repositories

2013-02-21 Thread Thomas Broyer
On Thu, Feb 21, 2013 at 4:22 PM, Jörg Schaible joerg.schai...@scalaris.comwrote: Hi Eric, Eric Kolotyluk wrote: OK, I think I've got it. The answer depends more on what artifacts will always have the same version number, than how many artifacts there are. In a nutshell, one

Re: Git Repositories

2013-02-21 Thread Stephen Connolly
... Josef -Ursprüngliche Nachricht- Von: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Gesendet: Donnerstag, 21. Februar 2013 15:54 An: Maven Users List Betreff: Re: Git Repositories You would imaging somewhere like: http://docs.codehaus.org/display/MAVENUSER/Maven+Best

Re: Git Repositories

2013-02-21 Thread Wayne Fay
[mailto:stephen.alan.conno...@gmail.com] Gesendet: Donnerstag, 21. Februar 2013 15:54 An: Maven Users List Betreff: Re: Git Repositories You would imaging somewhere like: http://docs.codehaus.org/display/MAVENUSER/Maven+Best+Practice+Guide But documentation of best practices is something we are weak

Re: Git Repositories

2013-02-21 Thread Eric Kolotyluk
2013 15:54 An: Maven Users List Betreff: Re: Git Repositories You would imaging somewhere like: http://docs.codehaus.org/display/MAVENUSER/Maven+Best+Practice+Guide But documentation of best practices is something we are weak on... We are great at telling people what isn't best practice

Re: Git Repositories

2013-02-21 Thread Jörg Schaible
Thomas Broyer wrote: On Thu, Feb 21, 2013 at 4:22 PM, Jörg Schaible joerg.schai...@scalaris.comwrote: Hi Eric, Eric Kolotyluk wrote: OK, I think I've got it. The answer depends more on what artifacts will always have the same version number, than how many artifacts there are.

Re: Git Repositories

2013-02-21 Thread Stephen Connolly
On Friday, 22 February 2013, Jörg Schaible wrote: Thomas Broyer wrote: On Thu, Feb 21, 2013 at 4:22 PM, Jörg Schaible joerg.schai...@scalaris.com javascript:;wrote: Hi Eric, Eric Kolotyluk wrote: OK, I think I've got it. The answer depends more on what artifacts will