RE: Reconfiguring a plugin from within another plugin?

2006-07-06 Thread Russell, Mark
AIL PROTECTED] Sent: Thursday, July 06, 2006 6:56 AM To: Maven Developers List Subject: Re: Reconfiguring a plugin from within another plugin? On Thu, 6 Jul 2006, Rinku wrote: Hi, > Hi , > > I am not sure about 'updating' plugin configuration from another one; > but to obtai

Re: Reconfiguring a plugin from within another plugin?

2006-07-06 Thread Kenney Westerhof
. > > Alternately I'll have to write a custom jar plugin that references a > > singleton class to get some of its configuration (which I'd rather not > > do since that is a really bad way to do things) > > > > MAR > > > > -Original Message--

Re: Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Rinku
Rinku [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 3:55 PM To: Maven Developers List Subject: Re: Reconfiguring a plugin from within another plugin? What is your use case? - may be there is another way to do it. Cheers, Rahul Russell, Mark wrote: Is it possible to reconfigure a

RE: Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Russell, Mark
To: Maven Developers List Subject: Re: Reconfiguring a plugin from within another plugin? What is your use case? - may be there is another way to do it. Cheers, Rahul Russell, Mark wrote: > Is it possible to reconfigure a plugin from within another plugin? (ie > could a plugin bound to t

Re: Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Rinku
What is your use case? - may be there is another way to do it. Cheers, Rahul Russell, Mark wrote: Is it possible to reconfigure a plugin from within another plugin? (ie could a plugin bound to the initialize phase modify the configuration of a plugin bound to the package phase?) If so, ho

Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Russell, Mark
Is it possible to reconfigure a plugin from within another plugin? (ie could a plugin bound to the initialize phase modify the configuration of a plugin bound to the package phase?) If so, how would I do it? MAR