THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Eclipse
- To create an Eclipse project, perform the
"mvn eclipse:eclipse -DdownloadSources=true"
command inside the project directory.
- To create an Eclipse project, perform the
- IDEA
- To create an IDEA project perform the
"mvn idea:idea"
command inside the project directory, or if using IDEA 7, from within IDEA, just use "File/New Project/Import from external model/Maven", choose the project directory and select the generated pom.xml.
- To create an IDEA project perform the
- NetBeans
- To create a NetBeans 6 project, just open the pom.xml directly.
More examples
Many more information and examples can be found on our Wiki or here