Re: Property access from a plugin

2008-09-12 Thread Stephen Connolly
Subject: Re: Property access from a plugin You need to do -P+base,+override I think On Fri, Sep 12, 2008 at 1:01 AM, Stephen Connolly [EMAIL PROTECTED] wrote: activation on the comandline will disable any defaults. there is (added at some stage not sure what maven version) the ability

RE: Property access from a plugin

2008-09-11 Thread EJ Ciramella
So what's happening is, I'm activating a few profiles, yet the properties that are missing are set in an activeByDefault profile. It appears that the activeByDefault profile is either not activated or ignored. If I turn on this profile (along with my other profiles), the properties are expanded

Re: Property access from a plugin

2008-09-11 Thread Stephen Connolly
On Thu, Sep 11, 2008 at 11:33 PM, EJ Ciramella [EMAIL PROTECTED]wrote: So what's happening is, I'm activating a few profiles, yet the properties that are missing are set in an activeByDefault profile. It appears that the activeByDefault profile is either not activated or ignored. If I turn

RE: Property access from a plugin

2008-09-11 Thread EJ Ciramella
: Property access from a plugin On Thu, Sep 11, 2008 at 11:33 PM, EJ Ciramella [EMAIL PROTECTED]wrote: So what's happening is, I'm activating a few profiles, yet the properties that are missing are set in an activeByDefault profile. It appears that the activeByDefault profile is either

RE: Property access from a plugin

2008-09-11 Thread EJ Ciramella
profile, the other two are deactivated. When did this change? This seems broken -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 7:03 PM To: Maven Users List Subject: RE: Property access from a plugin Can you give me an example

Re: Property access from a plugin

2008-09-11 Thread Stephen Connolly
are deactivated. When did this change? This seems broken -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 7:03 PM To: Maven Users List Subject: RE: Property access from a plugin Can you give me an example of what you're talking about

Re: Property access from a plugin

2008-09-11 Thread Stephen Connolly
To: Maven Users List Subject: RE: Property access from a plugin Can you give me an example of what you're talking about? The properties that are coming from this profile are used for filtering other files during process-resources. If I do a mavenProject().getProperties() the missing

RE: Property access from a plugin

2008-09-11 Thread EJ Ciramella
, September 11, 2008 8:01 PM To: Maven Users List Subject: Re: Property access from a plugin activation on the comandline will disable any defaults. there is (added at some stage not sure what maven version) the ability to add and remove with -P+otherProfile or -P-otherProfile On Fri, Sep 12, 2008

RE: Property access from a plugin

2008-09-11 Thread EJ Ciramella
, September 11, 2008 8:02 PM To: Maven Users List Subject: Re: Property access from a plugin You need to do -P+base,+override I think On Fri, Sep 12, 2008 at 1:01 AM, Stephen Connolly [EMAIL PROTECTED] wrote: activation on the comandline will disable any defaults. there is (added at some

Re: Property access from a plugin

2008-09-11 Thread Wendy Smoak
On Thu, Sep 11, 2008 at 4:34 PM, EJ Ciramella [EMAIL PROTECTED] wrote: So with further research, if within a single pom, you have an activeByDefault plugin and one that you're activating by specifying an ID on the commandline, the activeByDefault one is ignored. Correct. Unless something has