Version 2.1.13
Version 2.1.13 is finally there and includes various bug-fixes and improvements :-)
New Features / Bug-Fixes:
- Using -dirtyas default dirty-marker for git describe - #149
- fixed an endless build loop in Eclipse which was causes by the fact that the generated properties file was put into the source-folder and thus seemed to retrigger the eclipse build. With a new build the git-plugin updated the file with a new buildDatewhich then caused eclipse to detect a changed file and going into an endless cylce - #151
- Fix differences in the output of native and jgit - #155
- In previous versions the injectAllReactorProjects that was used by this plugin might have overwriten non-git properties in reactor projects. This property was previously set to trueand will now be set tofalse.
 Please note: if you are using your git-properties inside your pom-file you need to manually set this property totrue(e.g.<injectAllReactorProjects>true</injectAllReactorProjects>)
Getting the latest release
The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:
<dependency>
    <groupId>pl.project13.maven</groupId>
    <artifactId>git-commit-id-plugin</artifactId>
    <version>2.1.13</version>
</dependency>Reporting Problems
If you find any problem with this plugin, feel free to report it here