IntelliJ project

Revision as of 14:39, 25 March 2015 by WikiFreak (talk | contribs) (How to configure an IntelliJ project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This page explains how to import a project into IntelliJ & how to configure it to run on a specific environment.


Import

  • Click on 'import project'

IntelliJ import project option


  • Choose the source directory
  • Choose the project type
IntelliJ import project type


Maven project

That's your best option if your project has a pom.xml

Don't forget to click:

  • import Maven project automatically (so your project will always be sync)
  • Create module groups for multi-maven projects

IntelliJ import project maven settings