Re: How can I deactivate an activeProfile?

2007-02-08 Thread Christian Goetze

franz see wrote:

Good day to you, CG, 


AFAIK, there's none.

If you want, you can remove your profile from the activeProfiles section,
and add to your profile something like this

...
activation
 property
   name!exclude-this-profile/name
 /property
/activation
...
 


I tried profile activation - it doesn't seem to work.
--
cg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I deactivate an activeProfile?

2007-02-08 Thread franz see

Good day to you, CG,

May I ask for a snippet of your settings where you used the activation, the
maven command you used ( i.e. mvn install ), and what made you say that it
did not work? :)

Those info would help in determining why it did not work :)

Thanks
Franz


Christian Goetze-3 wrote:
 
 franz see wrote:
 
Good day to you, CG, 

AFAIK, there's none.

If you want, you can remove your profile from the activeProfiles section,
and add to your profile something like this

...
activation
  property
name!exclude-this-profile/name
  /property
/activation
...
  

 I tried profile activation - it doesn't seem to work.
 --
 cg
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-deactivate-an-activeProfile--tf3189392s177.html#a8866874
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I deactivate an activeProfile?

2007-02-08 Thread Christian Goetze

franz see wrote:


Good day to you, CG,

May I ask for a snippet of your settings where you used the activation, the
maven command you used ( i.e. mvn install ), and what made you say that it
did not work? :)

Those info would help in determining why it did not work :)
 


Ok. Here's what I tried to do:

properties
tunneltrue/tunnel
/properties
...
profiles
profile
 idtunnel/id
 activation
  property
   nametunnel/name
   valuetrue/value
  /property
 /activation
 ...
/profile
/profiles

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I deactivate an activeProfile?

2007-02-08 Thread Christian Goetze

franz see wrote:


Good day to you, CG,

May I ask for a snippet of your settings where you used the activation, the
maven command you used ( i.e. mvn install ), and what made you say that it
did not work? :)

Those info would help in determining why it did not work :)
 

The negative activation works. Thanks. I guess you just can't activate a 
profile with properties defined in the pom itself.

--
cg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I deactivate an activeProfile?

2007-02-08 Thread franz see

Good day to you, CG,

That is true. Properties of profiles in the settings.xml cannot be activated
by properties in the POM. 

Cheers,
Franz


Christian Goetze-3 wrote:
 
 franz see wrote:
 
Good day to you, CG,

May I ask for a snippet of your settings where you used the activation,
the
maven command you used ( i.e. mvn install ), and what made you say that it
did not work? :)

Those info would help in determining why it did not work :)
  

 The negative activation works. Thanks. I guess you just can't activate a 
 profile with properties defined in the pom itself.
 --
 cg
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-can-I-deactivate-an-activeProfile--tf3189392s177.html#a8869127
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]