parent pom仓库配置:
<repositories>
<repository>
<id>nutz</id>
<url>https://jfrog.nutz.cn/artifactory/jcenter</url>
</repository>
<repository>
<id>nutz-snapshots</id>
<url>https://jfrog.nutz.cn/artifactory/snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
setting.xml未配置mirrors地址
错误提示:
Description Resource Path Location Type
ArtifactDescriptorException: Failed to read artifact descriptor for org.nutz:nutz-web:jar:1.r.65-SNAPSHOT: ArtifactResolutionException: Failure to transfer org.nutz:nutz-web:pom:1.r.65-SNAPSHOT from https://jfrog.nutz.cn/artifactory/jcenter was cached in the local repository, resolution will not be reattempted until the update interval of nutz has elapsed or updates are forced. Original error: Could not transfer artifact org.nutz:nutz-web:pom:1.r.65-SNAPSHOT from/to nutz (https://jfrog.nutz.cn/artifactory/jcenter): Received fatal alert: handshake_failure pom.xml /nutzcn-starter line 1 Maven Dependency Problem