maven的依赖包无法下载解决

编译geoserver出现

 Failed to execute goal on project gs-platform: Could not resolve dependencies for project org.geoserver:gs-platform:jar:2.10.5: The following artifacts could not be resolved: org.geotools:gt-api:jar:16.5, org.geotools:gt-main:jar:16.5: Could not find artifact org.geotools:gt-api:jar:16.5 in nexus (http://172.17.22.12:8081/nexus/content/groups/public) -> [Help 1]

1.在mvnrepository搜索org.geotools,找到gt-api

maven的依赖包无法下载解决_第1张图片

可以找到对应的仓库地址

maven的依赖包无法下载解决_第2张图片

2.进入nexus私服,创建一个代理的OSGeo仓库

名字和id可以为OSGeo,主要是下面的地址需要注意


3.把我们创建的OSGeo加入到group类型public Repositories中

maven的依赖包无法下载解决_第3张图片

4.删除本地仓库的之前下载不全的E:\repo\org\geotools\gt-api目录,然后重新mvn compile就可以重新下载



maven的依赖包无法下载解决_第4张图片

maven的依赖包无法下载解决_第5张图片

maven的依赖包无法下载解决_第6张图片

这里配置了,但是有问题,url地址是可以访问的,只好自己下载jar到本地的仓库解决


你可能感兴趣的:(maven的依赖包无法下载解决)