HyukjinKwon edited a comment on issue #27242: [SPARK-30534][INFRA] Use mvn in `dev/scalastyle` URL: https://github.com/apache/spark/pull/27242#issuecomment-576589529 Okay .. @dongjoon-hyun, it was fixed as of https://github.com/apache/spark/commit/c992716a33d78ce0a9aa78b26f5bdb45c26c2a01. The hard-corded repository is actually in `sbt-pom-reader`: https://github.com/JoshRosen/sbt-pom-reader/blob/v1.0.0-spark/src/main/scala/com/typesafe/sbt/pom/MavenPomResolver.scala#L32 So, looks `central` was being overwritten as `http://...`. That's why accidentally https://github.com/apache/spark/commit/c992716a33d78ce0a9aa78b26f5bdb45c26c2a01 fixed the issue because it adds the same repo but with another ID (not `central`). Seems like it falls back properly to that repo. Let me revert this PR and make another fix to make everybody happy.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
