-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Usage guide
- Starting from scratch
- Introduce jgitver-maven-plugin in existing project
- Use a lightweight tag to change project version
IDE usage
Continuous integration
- native GIT aware travis-ci circle-ci
- jenkins integration multibranch pipeline
- continuous deployment - semi automated
- automatic builds for maven, jenkins and gitbucket
Developer & contributions guide