sous-chefs / maven

Development repository for the maven cookbook
https://supermarket.chef.io/cookbooks/maven
Apache License 2.0
36 stars 153 forks source link

m2_home/bin not added to PATH on windows #60

Open timor-raiman opened 9 years ago

timor-raiman commented 9 years ago

the maven resource fails on windows with STDERR: 'mvn' is not recognized as an internal or external command,

saying: windows_path ::File.join(node['maven']['m2_home'], 'bin')

right after - include_recipe 'maven::default'

resolves the issue