I'm seeing the scala-lint jobs fail on the pull request builds with: [error] [FATAL] Non-resolvable parent POM: Could not transfer artifact org.apache:apache:pom:18 from/to central ( http://repo.maven.apache.org/maven2): Error transferring file: Server returned HTTP response code: 501 for URL: http://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom from http://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom and 'parent.relativePath' points at wrong local POM @ line 22, column 11
It seems we are hitting the http endpoint vs the https one. Our pom file already has the repo as the https version though. Anyone know why its trying to go to http version? Tom