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
It should be possible to ignore a missing executable, like git, by setting failTheBuild to false.
29.34 [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:3.2.0:create (default) on project planetiler-parent: Cannot get the revision information from the scm repository :
29.34 [ERROR] Exception while executing SCM command.: Error while executing command. Error while executing process. Cannot run program "git" (in directory "/tmp/build/planetiler"): error=2, No such file or directory
The behaviour should be changed in a way that setting <failTheBuild>false</failTheBuild> should only emit a warning if the executable is missing (or any other state the would be considered an error) an not breaks the build. Otherwise the option should be remove since it's misleading if this is considered to be working as expected.
The text was updated successfully, but these errors were encountered:
It should be possible to ignore a missing executable, like
git
, by settingfailTheBuild
tofalse
.Note that even setting
The behaviour should be changed in a way that setting
<failTheBuild>false</failTheBuild>
should only emit a warning if the executable is missing (or any other state the would be considered an error) an not breaks the build. Otherwise the option should be remove since it's misleading if this is considered to be working as expected.The text was updated successfully, but these errors were encountered: