Re: Is it possible to activate a profile from settings.xml?

2007-12-29 Thread Steinar Bang
Tomasz Pik [EMAIL PROTECTED]: yes, add something like this: activeProfiles activeProfileidOfProfile/activeProfile activeProfileidOfOtherProfile/activeProfile /activeProfiles listing profiles that needs to be activated at the end of settings.xml file (before /settings). So simple!

Is it possible to activate a profile from settings.xml?

2007-12-27 Thread Steinar Bang
Is it possible to activate a profile in the top POM from settings.xml? What I want to do is to have a set of properties describing OS name, and architecture of shared libraries (ie. redhat4 and x86, or win32 and x86_64) for different build systems, and to have a single switch in settings.xml, to

Re: Is it possible to activate a profile from settings.xml?

2007-12-27 Thread Tomasz Pik
On Dec 27, 2007 5:51 PM, Steinar Bang [EMAIL PROTECTED] wrote: Is it possible to activate a profile in the top POM from settings.xml? What I want to do is to have a set of properties describing OS name, and architecture of shared libraries (ie. redhat4 and x86, or win32 and x86_64) for