在构建maven项目时,OSE v3连接超时到maven repo

时间:2018-03-21 13:33:22

标签: maven openshift

我们在构建maven project时遇到连接超时错误。有人可以帮我们解决这个问题。该项目正在开发osev2。

enter image description here

1 个答案:

答案 0 :(得分:0)

遇到此类问题时,请查看哪些存储库包含所请求的工件。在这种情况下,您可以在下面的链接中看到,3个存储库包含它。将其中一个添加到pom.xml的repositories / pluginRepositories部分 由于这是一个插件,您应该将其添加为插件存储库。

   <pluginRepositories>
     ....
      <pluginRepository>
          <id>central</id>
          <name>maven central</name>
          <url>http://central.maven.org/maven2/</url>
      </pluginRepository>
   </pluginRepositories>

2.5也是一个相当旧的版本,有一个较新的3.0.2版本(我建议将其改为此版本)。

https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin/2.5