I need to find a way to import an Maven project using java code.

Reason is I am working on an eclipse plugin which requires me to checkout a Maven project,perform some processing on some of the files and Import it as maven project in ecilpse.

I want some suggestions on is there any framework,api's available which will help me import POM.xml as maven project using java code(my plugin code). Also i have to perform maven install inside eclipse once its imported.

Consider m2e plugin is already configured in eclipse.

Thanks

link|improve this question
I don't know the API of m2e, but it implements everything you need in menu entries and actions. So you should find the implementation, and have to combine it carefully. Not an answer, more a direction to look at ... – mliebelt Oct 18 '11 at 13:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.