Skip to content
Commit 89532690 authored by James Nord's avatar James Nord Committed by Oliver Gondža
Browse files

[FIXED JENKINS-33693] Do not hardcode .bat extension.

As the default maven command is on the path we can not hard code the
command to mvn.bat as since maven 3.something it has been mvn.cmd

As this is on the path we can just use mvn and let Windows do its thing
with PATHEXT which will has both .BAT and .CMD by default.

This fixes ATH failures when the ATH is run on windows.

(cherry picked from commit 490adc9d)
parent 328be10d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment