Re: Pattern to setup common organization specific data in single pom?

2009-12-10 Thread Anders Hammar
it comes to build/deploy specific data, then I would like to be able to change this for all users in one place. Any advice to solve this problem is really appreciated! Cheers, Oskar -- View this message in context: http://old.nabble.com/Pattern-to-setup-common-organization-specific-data

Re: Pattern to setup common organization specific data in single pom?

2009-12-10 Thread Wayne Fay
One way is to define a lot of properties in a settings.xml - but then the user has to define all these properties himself. When properties are changing, then we have a mess. Even worse, there is no version tracking of properties using this solution.  That is not good enough. I've heard of

Re: Pattern to setup common organization specific data in single pom?

2009-12-10 Thread Anders Hammar
There are also solutions with a maven plugin downloading and installing settings.xml. Such a plugin is included in Nexus Pro, but it shouldn't be too hard to write yourself (or is there an oss version already?). /Anders On Thu, Dec 10, 2009 at 16:35, Wayne Fay wayne...@gmail.com wrote: One

Re: Pattern to setup common organization specific data in single pom?

2009-12-10 Thread Oskar Carlstedt
-common-organization-specific-data-in-single-pom--tp26723137p26739437.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Pattern to setup common organization specific data in single pom?

2009-12-10 Thread Anders Hammar
-- View this message in context: http://old.nabble.com/Pattern-to-setup-common-organization-specific-data-in-single-pom--tp26723137p26739437.html Sent from the Maven - Users mailing list archive at Nabble.com

Pattern to setup common organization specific data in single pom?

2009-12-09 Thread Oskar Carlstedt
-- View this message in context: http://old.nabble.com/Pattern-to-setup-common-organization-specific-data-in-single-pom--tp26723137p26723137.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail