Hi Igor,

Igor Fedorenko wrote:

> I think I know the problem.
> 
> Current master creates multiple MavenProject instances for the same
> parent pom, while 3.0.5 reused the same instance. I have not looked how
> hard this will be to fix yet.
> 
> In, more generally, MavenProject implementation is far from efficient.
> For example, each instance holds two copies of project Model and
> absolutely no model element reuse. For example, the same <dependency>
> element defined in a parent pom will be represented as distinct object
> instance in each child project. This is something we've known in m2e for
> long time, but optimizing this will quite tricky especially if we want
> to maintain backwards compatibility and keep model instances mutable.

thanks again for taking the time. Something must have gone wrong for an 
increased memory usage by 400% for the same stuff.

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to