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

maven_settings does not flush/close file #81

Closed lajoie closed 7 years ago

lajoie commented 7 years ago

Cookbook: 4.0.1 Chef: 12

The settings LWRP does not close (nor explicitly flush) the settings file that it is writing. So if you have a _mavensettings followed immediately by maven resource the maven resource may fail because it reads an empty or partially written settings.xml.

tas50 commented 7 years ago

5.0.1 fixes this