I\'m following these instructions, but having problems with running commands like mvn eclipse:eclipse.
mvn eclipse:eclipse
How and where shall I run the command?
My
Right click on the project
->Run As --> Run configurations.
Run As
Run configurations
Then select Maven Build
Maven Build
Then click new button to create a configuration of the selected type. Click on Browse workspace (now is Workspace...) then select your project and in goals specify eclipse:eclipse
Browse workspace
Workspace...
eclipse:eclipse