native GIT aware travis ci circle ci - jgitver/jgitver-maven-plugin GitHub Wiki
Travis-ci & circleci
Some good & easy examples of travis-ci & circleci usage for continuous integration with jgtiver-maven-plugin are the jgitver related projects themselves:
Have a look at the .travis.yml
& circle.yml
files to see how to continuously build projects using jgitver-maven-plugin on those platforms.
Advantages/drawbacks
:+1:
- easy to use
- build every branch, PR & releases
:-1:
- does not checkout on branches but on SHA1 making jgitver branch qualifiers useless.