Remember once extremely pit father can not download Maven Jar package of issues: IDEA question

1. Background

Add a new dependency, and then ready to download and found always error. xxxxx.lastUpdate, Good yesterday, today will not be able to.

<!-- https://mvnrepository.com/artifact/org.apache.kudu/kudu-spark2 -->
  <dependency>
      <groupId>org.apache.kudu</groupId>
      <artifactId>kudu-spark2_2.11</artifactId>
      <version>1.8.0</version>
  </dependency>

As shown error

#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 24 11:47:14 CST 2019
@default-dtwave-http://xxxx.com/repository/public/.lastUpdated=1561348034073
http\://maven.aliyun.com/nexus/content/groups/public/.error=Could not transfer artifact org.apache.hadoop\:hadoop-client\:pom\:unknown from/to alimaven (http://maven.aliyun.com/nexus/content/groups/public/)\: Connect to 127.0.0.1\:1080 [/127.0.0.1] failed\: Connection refused
@default-alimaven-http\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1561348034082
http\://xxxx..com/repository/public/.error=Could not transfer artifact org.apache.hadoop\:hadoop-client\:pom\:unknown from/to dtwave (http\://xxxx..com/repository/public/)\: Connect to 127.0.0.1\:1080 [/127.0.0.1] failed\: Connection refused

Network said the agency seems to be gone, but I did not start any local proxy related software. Using a wifi network within the company, try to enter directly in the browser HTTP: // xxxx ... COM / Repository / public / discovery could open, which means I can access the repository.

The most annoying thing is that I and my colleagues in the company's environment is connected to the same wifi network wifi inside, then they will be downloaded my not download, then use their settings.xml I still can not download the configuration file.

Delete xxx.jar.lastUpdated re-import is not allowed.

Then I think it is not a problem IDEA, and then find the
Here Insert Picture Descriptiondiscovery IDEA did not start any proxy.

Depressed. Later inspiration, I went to IDEA official website to download a new IDEA, and then re-import the items, the results just fine. depressed.

I suspect that is not because my version of the IDEA 2017, has not been updated, and then deliberately made official a question, I want to use the new version.
Here Insert Picture Description

Guess you like

Origin blog.csdn.net/qq_21383435/article/details/93480531