RE: how to use profiles exclusively? (HELP!)

2007-11-16 Thread Brian E. Fox
profiles exclusively? (HELP!) You activate the release-profile yourself by setting the property to the expected value! Remove the properties-tag from the profile and everything should work just fine! On Wednesday 14 November 2007 23:46, dev dev wrote: I have defined 2 project profiles (below

Re: how to use profiles exclusively? (HELP!)

2007-11-15 Thread Roland Asmann
You activate the release-profile yourself by setting the property to the expected value! Remove the properties-tag from the profile and everything should work just fine! On Wednesday 14 November 2007 23:46, dev dev wrote: I have defined 2 project profiles (below) and the goal is to be able

how to use profiles exclusively? (HELP!)

2007-11-14 Thread dev dev
I have defined 2 project profiles (below) and the goal is to be able to run in exclusively in devel or release environment (and not both). However, when i run mvn help:active-profiles, i got the below message. It should be just release and NOT both (devel and release). What did you do wrong, is

Re: how to use profiles exclusively? (HELP!)

2007-11-14 Thread Wayne Fay
Try changing the dot . in environment.type to an underscore _. That may do it. Not sure -- I didn't test it. Dots can sometimes cause issues. Wayne On 11/14/07, dev dev [EMAIL PROTECTED] wrote: I have defined 2 project profiles (below) and the goal is to be able to run in exclusively in devel