If you're on Windows, and you happened to install Maven using the Chocolatey package manager, you may need to tweak the ApproveBuildTools.xml file to get it to work.
Find this line: <condition property="mvn" value="mvn.cmd"> And change it to this: <condition property="mvn" value="mvn.exe"> I think that most people will be fine, but I just wanted to mention it. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Mon, Apr 13, 2020 at 1:33 PM <[email protected]> wrote: > This is the discussion thread. > > Thanks, > Yishay Weiss
