I currently running the following commands on a hudson slave deployed on a windows machine.
dir
cmd
mvn clean install
I get the following return on the build.
mvn' is not recognized as an internal or external command,
operable program or batch file.
I have set the correct path on the node which points to the hudson installation on the windows machine.
I have also set the correct Path
for JAVA
and M2_HOME
on the windows slave machine.
I was hoping for the correct way to call maven and maybe another *.bat
file if need be in the future.
Please and thank you