git-commit-id-plugin auth fail

Jackie
Mar 22, 2022

for some old version of git-commit-id-plugin, for example, `

4.9.10

there is a Auth Fail error, when the plugin is in execution.

Turns out there was a bug (should be fixed in latest version), which uses JGitDataProvider, and requesting for

`

LOCAL_BRANCH_AHEAD and LOCAL_BRANCH_BEHIND

mark the plugin as office sorted out the issue

<plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>4.9.10</version> <configuration> <verbose>false</verbose> <useNativeGit>true</useNativeGit> <offline>true</offline> </configuration>

Published

Originally published at https://lwpro2.wordpress.com on March 22, 2022.

--

--