You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the plugin operate in "offline mode" by default to prevent issues since 3.x where the revision goal throws Exception: Caused by: com.jcraft.jsch.JSchException: Auth fail #458
When i use the Springboot 2.2.x, its default version of git-commit-id is 3.0.1, but this version will cause build error log and there is no problem with git-commit-id:2.2.6. Here is the exception segment:
This looks like lead to the problem : it will connect the remote git repository and get some infos, that is the Auth fail and i don't know how to fix it(my native git works well, the .ssh directory has no problem)
Expected behavior
when mvn compile , i expect no error logs, even if it was ignored and the build is finally "SUCCESS".
Additional context
plugin version : 3.0.1
maven : 3.6.1
os: mac
command: mvn compile