I would to prepare virtual machine with Eclipse. I would like the Eclipse has pre-imported my Maven project. Is is possible to execute some script which imports the project to the eclipse, in similar way I can pre-install plugin?
I'm not interested in mvn eclipse:eclipse
. I want import with the same process like clicking mouse
PS. Similar question for Gradle.