Github user HuangWHWHW commented on the pull request:

    https://github.com/apache/flink/pull/969#issuecomment-127105581
  
    This is just a method to solve the problem that some modules' dependencies 
cannot be downloaded from central maven repository.
    You can specify every module dependency ID so that we can downloading 
dependencies from either central maven repository by default or other channel 
by setting maven mirrors when mvn package.
    As for HBase, it`s just that I get some trouble in downloading this module 
dependency.
    And sorry for the url.
    I just want to push a example about maven mirror on the comment but it was 
blocked because of the XML format.
    This complete code should be like this:
    
        "<mirror>"
            "<id>repo2</id>"
            "<name>Human Readable Name for this Mirror.</name>"
            "<url>http://repo2.maven.org/maven2/</url>"
        "<mirrorOf>hadoop-2-repo2</mirrorOf>"
        "</mirror>"


---
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.
---

Reply via email to