RE: maven site failures

2003-12-14 Thread Brett Porter
> > Solutions: > > 1) push/pop plugin contexts around goal attainment (I'm > worried about the > > memory usage here though - will compare and look at necessity) > > Shouldn't be. I bootstrapped with all the plugins with 23mb > of memory. What's the figure currently? I'm getting up to 47Mb all

Re: maven site failures

2003-12-12 Thread Jason van Zyl
On Thu, 2003-12-11 at 20:10, Brett Porter wrote: > I think have this fixed - just requires some more testing before > committing. > > Solutions: > 1) push/pop plugin contexts around goal attainment (I'm worried about the > memory usage here though - will compare and look at necessity) Shouldn

maven site failures

2003-12-11 Thread Brett Porter
I think have this fixed - just requires some more testing before committing. Solutions: 1) push/pop plugin contexts around goal attainment (I'm worried about the memory usage here though - will compare and look at necessity) 2) pom.build needs to be copied instead of assigned BTW, I put thi