Remember that we have Maven Wrapper [1] in our repo so if you don't have maven installed you can just use "mvnw" (Mac) or "mvnw.cmd" (Win) and that will install maven for you :)
[1] https://github.com/takari/maven-wrapper El mar., 14 abr. 2020 a las 18:05, Josh Tynjala (<[email protected]>) escribió: > 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 > -- Carlos Rovira http://about.me/carlosrovira
