github git-commit-id/git-commit-id-maven-plugin v2.1.11
Version 2.1.11

latest releases: v9.0.2, v9.0.1, v9.0.0...
8 years ago

Version 2.1.11 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

  • Extra directories created when default <generateGitPropertiesFilename> is used - #124
  • Added possibility to specify encoding for generated git.properties file - currently defaults to UTF-8 - #131
  • Add ability to get tag(s) for current commit - #133

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.11</version>
</dependency>

Reporting Problems

If you find any problem with this plugin, feel free to report it here

Don't miss a new git-commit-id-maven-plugin release

NewReleases is sending notifications on new releases.