Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Change in Maven Parent resolution

Hi Mickael,

I've extended the ReactorModelCache with new methods. Handling the cache hasn't changed, so it is should keep the original behavior.
One of our integration-tests was written for respecting file changes, this one still succeeds.

Regarding the WorkspaceModelResolver, that was an assumption. I've always understood that this is the way M2E integrates with Maven.

thanks,
Robert

On 31-1-2020 14:48:26, Mickael Istria <mistria@xxxxxxxxxx> wrote:

_______________________________________________ m2e-dev mailing list m2e-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/m2e-dev
Hi Robert,

Thanks for sharing.
Is the cache properly invalidated when the file changes on filesystem?

> org.apache.maven.model.resolution.WorkspaceModelResolver. [...] As far as I know M2E contains an implementation for this interface

I couldn't find any reference to that interface in m2e code base. Did you identify more precisely where this may be used/extended?

Cheers,

Back to the top