NutzCN Logo
问答 nutzCN starter模块maven jar包加载失败
发布于 2186天前 作者 qq_da8699d6 1389 次浏览 复制 上一个帖子 下一个帖子
标签:

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

3 回复

换jdk8最新版

或者把https改成http也行

搞定,谢谢大神

添加回复
请先登陆
回到顶部