From 68cf0315319980aba453042b7eeb224d85077615 Mon Sep 17 00:00:00 2001 From: Knut Wannheden Date: Wed, 19 Feb 2020 16:45:40 +0100 Subject: [PATCH] [jOOQ/jOOQ#9825] exec-maven-plugin appears to be broken The `exec-maven-plugin` is supposed to use `${basedir}` as the working directory (as one would expect), but it uses the parent process' working directory. Also the existing `` parameter has no effect... --- jOOQ-refaster/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jOOQ-refaster/pom.xml b/jOOQ-refaster/pom.xml index 3f62e413e5..eb3cad0661 100644 --- a/jOOQ-refaster/pom.xml +++ b/jOOQ-refaster/pom.xml @@ -166,6 +166,8 @@ + +