Re: Corporate Parent POM

2009-08-04 Thread Brian Fox
of it). Justin -Original Message- From: Logachandru X Rajamanickam [mailto:logachandru.x.rajamanic...@jpmchase.com] Sent: Thursday, July 30, 2009 6:09 PM To: Edelson, Justin Cc: Maven Users List Subject: RE: Corporate Parent POM Importance: High Hi Justin, Thanks for your input

Re: Corporate Parent POM

2009-07-31 Thread Kalle Korhonen
-Original Message- From: Logachandru X Rajamanickam [mailto:logachandru.x.rajamanic...@jpmchase.com] Sent: Thursday, July 30, 2009 6:09 PM To: Edelson, Justin Cc: Maven Users List Subject: RE: Corporate Parent POM Importance: High Hi Justin, Thanks for your input and it is very

Corporate Parent POM

2009-07-30 Thread Logachandru X Rajamanickam
Hello Experts, We have nearly 100 applications and I would like to have a central corporate POM which is a parent to the child POMs in all applications. How should I design a POM at the top level to govern and delegate the functionalities to the child POMs in all the applications? Trying to

RE: Corporate Parent POM

2009-07-30 Thread Edelson, Justin
. These are not identical to our internal corporate poms, but they're reasonably close. Justin -Original Message- From: Logachandru X Rajamanickam [mailto:logachandru.x.rajamanic...@jpmchase.com] Sent: Thursday, July 30, 2009 4:05 PM To: Maven Users List Subject: Corporate Parent POM Importance: High

RE: Corporate Parent POM

2009-07-30 Thread Logachandru X Rajamanickam
: Corporate Parent POM I think the best way to do this is through properties where you set a default in the corporate POM and allow children to override it. If it helps you, the open-source version of our corporate poms are on kenai: http://kenai.com/projects/mtvn-master-pom/sources/source/show/trunk

Re: Corporate Parent POM

2009-07-30 Thread Anders Hammar
, July 30, 2009 3:31 PM To: Maven Users List Subject: RE: Corporate Parent POM I think the best way to do this is through properties where you set a default in the corporate POM and allow children to override it. If it helps you, the open-source version of our corporate poms are on kenai: http

RE: Corporate Parent POM

2009-07-30 Thread Edelson, Justin
PM To: Edelson, Justin Cc: Maven Users List Subject: RE: Corporate Parent POM Importance: High Hi Justin, Thanks for your input and it is very helpful in understanding how this can be worked out. Have another question - I am having 100 applications in 100 different SVN repositories