Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Plugin development: accessing a project's maven coordinates - CONTINUED

Thanks Igor for the quick answer. I continue my questions on the m2e-dev ml, then.

So I should use MavenPlugin.getMavenProjectRegistry().create(project, monitor), which will return me an IMavenProjectFacade.

My next question relates to the expected usage of this facade : am I expected to use it and throw it away (requiring a new facade next time I want to access the project's coordinates) ? Or rather should I store it for future usage (and thus I imagine it would be always kept up to date with the project's state by e.g. listening to proper project change events) ?

Thanks in advance,

-- Laurent

Back to the top