Posts Tagged ‘IDE’
Create a new project from Maven2 under Eclipse
Yeah, I know this must be widely known, yet I needed a short while before successing ;-).
Case: I must mount a Java projet from a Maven2 file, under Eclipse (I am back to my prefered IDE).
Fix:
- Checkout the sources from version control tool
- Open a console window
- Go to the project home
- (possibly:
mvn install) mvn eclipse:eclipse- Open Eclipse
File > New Project >add the name > check"create project from existing tool"> Finish
And it’s over!