From 9d258805e90a643eb52acf8e6521913bf1b66748 Mon Sep 17 00:00:00 2001 From: mariohofmann Date: Sat, 2 May 2020 10:42:38 +0200 Subject: [PATCH] Maven variable pointing to project base directory fixed. The notation ${project.basedir} fix error while executing groovy script. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bb7e2cc..b8cbc8d 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ - ${basedir}/src/main/script + ${project.basedir}/src/main/script OUIUpdater.update(project)