...
To generate Eclipse project we need to open terminal and type mvn eclipse:eclipse. Before opening the project you must have a Maven plugin installed in Eclipse. We suggest using Q4E which is now becoming Eclipse's official Maven plugin under the name Eclipse IAM. Please see the following page for instruction how to install it:
http://code.google.com/p/q4e/wiki/Installation
After you installed this plugin and restarted Eclipse you can import the project by following these steps:
...
You could also import the projects using an maven plugin for Eclipse.
Note | ||
---|---|---|
| ||
Maven projects are supported in other IDEs. Please find the additional information in Your's favorite IDE documentation. Netbeans for example can import Maven projects out of the box. |
...