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

Unable to Download Maven file apache-maven-3.5.0-bin.tar.gz #91

Closed MarcusMaximus closed 6 years ago

MarcusMaximus commented 6 years ago

Cookbook version

maven (5.0.1)

Chef-client version

Chef: 12.17.44

Platform Details

OS: Linux Mint 18.1 Serena x86_64

Scenario:

Provision a bamboo agent with chef which uses the maven cookbook

Steps to Reproduce:

Attempt to use this cookbook

Expected Result:

Maven file will not be available at http://apache.mirrors.tds.net/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz

Actual Result:

Recipe: maven::default

MarcusMaximus commented 6 years ago

node.default['maven']['url'] = "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.tar.gz" fixes the issue.

tas50 commented 6 years ago

@MarcusMaximus This is fixed in the 5.0.3 release. Give that one a try