Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 490adc9d0f4b0ed2c7e3183b18b136c006953824
      
https://github.com/jenkinsci/jenkins/commit/490adc9d0f4b0ed2c7e3183b18b136c006953824
  Author: James Nord <jnord+git...@cloudbees.com>
  Date:   2016-03-21 (Mon, 21 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/tasks/Maven.java

  Log Message:
  -----------
  [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.


  Commit: 573d0920dbaa4b2b48d839b865141a097c3b87fd
      
https://github.com/jenkinsci/jenkins/commit/573d0920dbaa4b2b48d839b865141a097c3b87fd
  Author: James Nord <te...@teilo.net>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/tasks/Maven.java

  Log Message:
  -----------
  Merge pull request #2148 from jtnord/jenkins-33693

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/5999996aa36e...573d0920dbaa

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to