I have a project that uses the built-in IntelliJ build system. What's the quickest/best way to migrate the project to Maven?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Manually. Here is what I would do (I would personally use the command line):
|
|||
|
|
|
IDEA understands Maven very well. Unfortunately it does not create Maven configuration for you. You'll have to write For me the easiest way is to create a new project based on artifact and then copy existing source files into it. You can do this in IDEA:
|
|||
|
|