Reputation: 293
I do $ mvn archetype:generate -DgroupId=demo -DartifactId=demo
to create a maven project
then I want import the project to IDEA 14
then I choose Import project from external model
and maven
to next.
then there are some option we need to do , I just click next
.
then it tells me to Select Maven projects to import
but there is nothing to show.
please tell me how to create a maven project and how to import it to IDEA 14 .
Upvotes: 2
Views: 1138
Reputation: 6033
I faced the same problem today. Tried many times. Finally, I got the solution that just to kill all the IntelliJ processes, restart it. It works. Seems some memory got corrupted, but please at least show some error message.
Upvotes: 0
Reputation: 18013
I always just Open
project by selecting its pom.xml
and it works well every time. Try this instead of Import Project
.
Upvotes: 4