Skip to content

Version 2.1.14

Compare
Choose a tag to compare
@TheSnoozer TheSnoozer released this 22 Sep 01:16
· 1177 commits to master since this release

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

Additional maintainer:

This project is currently maintained thanks to: @ktoso (founder), @TheSnoozer

New Features / Bug-Fixes:

  • a git shallow clone yielded some errors when using jgit (#96)
  • fixed an NPE when running plugin built under Maven 3.0.5/Java 7 under certain conditions (most likely related to docker images) - #153
  • update a lot of dependencies (#161, #162, #163, #164, #165, #167, #168, #169, #172, #179)
  • fixed typos in readme and other improvements (#171, #173, #187)
  • introduce a demo-profile on how to use the plugin inside the pom.xml (#181)
  • Introduce git.build.host as new property - #178
  • Introduce includeOnlyProperties which can be used to include only certain properties into the resulting file. Please note that this configuration will be overruled by the exclude properties - #192
  • Introduce build.version as new property - #192
  • Plugin should use slf4j for logging - #191

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

Reporting Problems

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