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 2 has reached end of life so default url attribute should be updated to reflect this #69

Closed graeme-forbes-tmg closed 8 years ago

graeme-forbes-tmg commented 8 years ago

As per the message here: http://apache.mirrors.tds.net/maven/maven-2/ The maven 2 default attribute root path should be set to http://archive.apache.org/dist/maven/binaries/apache-maven-#{node['maven']['2']['version']}-bin.tar.gz

Currently a chef run will break if it depends on this version. Arguably this could also be left broken as it is end of life.

tas50 commented 8 years ago

I have a branch to remove Maven 2 at the moment that should be merged / releases next week.