Skip to content

Intellij IDEA configuration

Matthieu Brouillard edited this page Jan 17, 2018 · 1 revision

Intellij IDEA (latest tested 2017.3.2) uses an internal maven based project loader that is not compatible with jgtiver-maven-plugin.

In order to allow correct loading of projects without errors, including in the 'Maven projects' view, you have to tell Intellij IDEA to deactivate jgitver during load.

For that, open IDEA settings:

  • menu File > Settings
  • got to entry Build, Execution, Deployment > Build Tools > Maven > Importing
  • add -Djgitver.skip=true in the VM options for importer textfield

IDEA maven import settings