From 48c3286766328d123e7a2ddfbefe277ab3861cb6 Mon Sep 17 00:00:00 2001 From: Michael Sabin Date: Sat, 15 Sep 2018 19:30:27 -0700 Subject: [PATCH] Allow building without Git If Maven cannot find the git executable the build fails. Signed-off-by: Michael Sabin --- airsonic-main/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index 2c66531a..7204c4fd 100755 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -549,6 +549,7 @@ false false + Unversioned