Intellij IDEA configuration - jgitver/jgitver-maven-plugin GitHub Wiki
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