Allow building without Git

If Maven cannot find the git executable
the build fails.

Signed-off-by: Michael Sabin <m35@users.noreply.github.com>
This commit is contained in:
Michael Sabin
2018-09-15 20:01:51 -07:00
parent 995d1fa667
commit 48c3286766
+1
View File
@@ -549,6 +549,7 @@
<configuration>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
<revisionOnScmFailure>Unversioned</revisionOnScmFailure>
</configuration>
</plugin>
<plugin>