我也是遇到这个问题,更改setting.xml文件里的
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://更改IP/content/groups/public</url>
</mirror>-->
更改别人的Ip.也就是从别人那里可以下载,也可以用
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:3.3: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.3 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-compiler-plugin:jar:3.3 in http://192.168.100.52:8081/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced
我私服搭建完成后,在eclipse里面building时提示这句错误,是连接不上私服吗