Home > Back-end >  Maven plug-in download has been failed
Maven plug-in download has been failed

Time:11-23

Just contact with maven, then run the very simple code, has been
[the INFO] Scanning for the projects...
Downloading: http://maven.aliyun.com/nexus/content/groups/public/org/apache/mave
N/plugins/maven - clean - the plugin/2.5/maven - clean - the plugin - 2.5. Pom
[WARNING] Failed to retrieve the plugin descriptor for org.. Apache maven. Plugins: mave
N - clean - plugin: 2.5: the plugin. Org. Apache maven. Plugins: maven - clean - plugin: 2.5 the or on
E of its dependencies could not be resolved: Failed to read an artifact descriptor
For org, apache maven. Plugins: maven - clean - plugin: jar: 2.5
Downloading: http://maven.aliyun.com/nexus/content/groups/public/org/apache/mave
N/plugins/maven - install plugin/2.4/maven - install plugin - 2.4. Pom
[WARNING] Failed to retrieve the plugin descriptor for org.. Apache maven. Plugins: mave
N - install plugin: - 2.4: the plugin org.. Apache maven. Plugins: maven - install - plugin: 2.4 o
R one of its dependencies could not be resolved: Failed to read an artifact descrip
Tor for org, apache maven. Plugins: maven - install - plugin: jar: 2.4
Download the plugin has been not come down,
Then on the Internet, can't even say the central warehouse, and then added a mirror in setting, but still won't do
 
& lt; Mirror>
& lt; Id> Ibiblio.org & lt;/id>
& lt; Name> Ibiblio Mirror of http://repo1.maven.org/maven2/
& lt; Url> http://mirrors.ibiblio.org/pub/mirrors/maven2
& lt; MirrorOf> Central

& lt;/mirror>
& lt; Mirror>
& lt; Id> Jboss - public - repository - group
& lt; MirrorOf> Central
& lt; Name> JBoss Public Repository Group
& lt; Url> http://repository.jboss.org/nexus/content/groups/public
& lt;/mirror>

Then I tried on the web page manually, the first in the downloading address http://maven.aliyun.com/nexus/content/groups/public/org/apache/mave
N/plugins/maven - clean - the plugin/2.5/maven - clean - the plugin - 2.5, pom, can access to, and then a lot of online, the two image is unusable, then try many other mirror, still not line, also ask ace to give directions

CodePudding user response:

Excuse me, would you please tell me how to solve? I also am this problem, change a lot of mirror doesn't work
  • Related