liangyuanpeng opened a new issue #1088: Connect to maven.huaweicse.com:80 of maven repo URL: https://github.com/apache/servicecomb-java-chassis/issues/1088 i try to run sample of springmvc-provider,but i got some error ``` [ERROR] Non-resolvable parent POM for org.apache.servicecomb:java-chassis:1.2.0-SNAPSHOT: Could not transfer artifact org.apache:apache:pom:18 from/to mirrorId (http://maven.huaweicse.com/nexus/content/groups/public): Connect to maven.huaweicse.com:80 [maven.huaweicse.com/49.4.51.142] failed: Operation timed out (Connection timed out) and 'parent.relativePath' points at wrong local POM @ org.apache.servicecomb:java-chassis:1.2.0-SNAPSHOT, /Users/lanren/Documents/repositorys/git/servicecomb-java-chassis/pom.xml, line 23, column 11 -> [Help 2] ```   I've configured it `` <mirror> <id>mirrorId</id> <mirrorOf>*</mirrorOf> <name>Mirror of central repository.</name> <url>http://maven.huaweicse.com/nexus/content/groups/public</url> </mirror> ``
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
