失败的Maven基于Flex项目构建http://repository.sonatype.org:80:无主机路由

时间:2016-09-08 14:53:49

标签: maven flex sonatype flexmojos

即使没有对代码进行任何更改,最近在Flex项目上的Maven构建也停止了工作。构建失败,并出现以下错误:

var commonValue = new Value { Id = 1, SomeValue = "Test" }; var list1 = new List<MyClass> { new MyClass { Id = 1, Name = "Name 1", Values = new List<Value> { commonValue } } }; var list2 = new List<MyClass> { new MyClass { Id = 1, Name = "Name 1", Values = new List<Value> { commonValue, new Value {Id = 2, SomeValue = "Test" } } } };

2 个答案:

答案 0 :(得分:1)

您现在需要使用https://repository.sonatype.org,服务器不再是普通的http。

答案 1 :(得分:0)

似乎Sep 08, 2016 12:00:21 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://repository.sonatype.org:80: No route to host的版本7.0.1在repository.sonatype.org的某个地方有一个最近脱机的引用(2016年9月7日),这导致构建因未解析的依赖而失败。

我已更新到该插件的7.1.0版本,似乎已解决该问题,因为它不再尝试使用此位置。