Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/1805#discussion_r15901784
--- Diff: pom.xml ---
@@ -143,11 +143,11 @@
<repositories>
<repository>
- <id>maven-repo</id>
+ <id>central</id>
--- End diff --
The default repo that everyone inherits in any Maven build is Sonatype's
repo, which has just been called "Maven Central" for as long as I can remember:
http://search.maven.org/ It's not an Apache repo.
The reason I changed the name is that its ID in the default Maven parent
pom is "central". Right now, it's not actually overriding the default. Maven
Central repo is included twice in the list of repos, which does very little
harm except to cost a duplicate check to Maven Central when an artifact isn't
found.
Still, it seemed more reasonable to actually override it as intended. I
suppose that otherwise, you'd be leaking your (failed) requests for artifacts
even after this change to secure these requests, although that's very minor.
Anyway that's why I changed it to "central", since that's its ID in the
default Maven parent.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]