From 0016d2f5a49cbf46ae360feeeaefe0f6dac7892f Mon Sep 17 00:00:00 2001 From: jushkem <20001595+jushkem@users.noreply.github.com> Date: Mon, 2 Mar 2020 20:25:28 -0800 Subject: [PATCH] fixing install script --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index be89649b..35ed8202 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash - +export PATH=/opt/apache-maven-3.6.3/bin:$PATH mvn clean install