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.
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.