Version 2.1.9
Version 2.1.9 is finally there and includes various bug-fixes and improvements :-)
New Features / Bug-Fixes:
Allows to filter which properties you want to expose (for example you might want to hide repo url, or email).
Main feature: 7c2bea0 resolves issue #91
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.9</version>
</dependency>
Reporting Problems
If you find any problem with this plugin, feel free to report it here