【坑2】maven通过nexus私服服务器下载jar包提示无权限Authentication failed for http://localhost:8081/repository/maven-pub

Authentication failed for http://localhost:8081/repository/maven-public/log4j/log4j/1.2.16/log4j-1.2.16.pom 401 Unauthorized

解决:
1.打开设置中的匿名访问
【坑2】maven通过nexus私服服务器下载jar包提示无权限Authentication failed for http://localhost:8081/repository/maven-pub
2. 勾选允许匿名访问 保存

【坑2】maven通过nexus私服服务器下载jar包提示无权限Authentication failed for http://localhost:8081/repository/maven-pub
3. 就可以正常通过nexus下载jar包了
【坑2】maven通过nexus私服服务器下载jar包提示无权限Authentication failed for http://localhost:8081/repository/maven-pub

上一篇:Dependencies与DepencyManagement的区别


下一篇:html解析图片url,并用继承Thread类的多线程下载