I have Eclipse installed with the m2eclipse plugin. I would like to run Maven from the command line. Is it possible to do this with the version that is integrated with Eclipse or do I have to install Maven separately?
You have to install the CLI version. The plugin does not offer platform-specific launchers, like mvn
or mvn.bat
.