I have seen many posts about using eclipse to Mavenize a project. Is there a easy way to do that in IntelliJ? From what I understand about "Mavenize", it's just add some xml in pom.xml and the directory structure is in src/main/java, src/main/test ....
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You need to create Check Maven in 5 Minutes to get started. Note that IntelliJ IDEA has no feature to convert your existing project to the Maven project, it can only import from Maven. You may need to change the project directories so that they correspond to the Standard Maven Directory Layout. |
||||
|
|