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