[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 `<workingDirectory>` parameter has no
effect...
This commit is contained in:
Knut Wannheden 2020-02-19 16:45:40 +01:00
parent eb1ffec486
commit 68cf031531

View File

@ -166,6 +166,8 @@