Jason van Zyl wrote:
> On Mon, 2003-01-06 at 05:26, Rafal Krzewski wrote:
> 
>>Jason van Zyl wrote:
>>
>>
>>>But yes, once a
>>>goal is attained during a session it should not be attained again.
>>
>>Hey, wouldn't that break Console plugin? Doing repeated builds inside
>>a single maven session is the main point of it.
> 
> 
> It would probably force a change in the console plugin I would imagine.

I was thinking about this a little bit and I see two possible
approaches.

1) Console plugin could spawn a new instance of Maven that would hold
information about attained goals that would go away at the end of each
run.

2) Maven Jeez library could declare a <forgetAttainedGolas/> tag that
would remove information about attained goals from the context -- this
would happen inside the same instance of maven that is running the
console goal.

Rafal


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

Reply via email to