I think the ! is probably better then D: E: E: jesse
On Wed, May 14, 2008 at 4:51 PM, Paul Gier <[EMAIL PROTECTED]> wrote: > Brian E. Fox wrote: > > > <snip> > > Need to think about 1& 2 some more but: > > > > > > > 3. There was a suggestion to allow the use of "!" to disable a profile. > > > > > So the > > > > > command line would look like: mvn -P!myProfile > > > > > > > > > > This seems more intuitive than the current syntax using a dash, and I > > > > > created > > > > > MNG-3571 for it. But I'm hesitant to add it since we can already use > > > > > "-" for > > > > > this, and it looks like "mvn -P D:myProfile" was added as another > > > > > option for > > > > > disabling a profile in 2.1. > > > > > > > As far as I know, the - never worked so going to ! is better...I think > > the 2.1 deactivation should be brought in line as well...we don't need > > more proliferation of changes. > > > > > > Should I remove both "-" and "+" since they would both be redundant if we > add "!"? > > So some examples would be: > mvn -P !profile1,profile2,profile3 > > And in maven 2.1 currently this can also be expressed with: > mvn -P D:profile1,E:profile2,E:profile3 > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jesse mcconnell [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
