當前位置:首頁 > IT技術(shù) > 系統(tǒng)服務 > 正文

Mac Air maven 環(huán)境配置
2021-08-10 17:01:45

mave 的配置

?

檢出項目遇到問題:


Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from/to central (http://repo1.maven.org/maven2): Access denied to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.7.1/maven-surefire-plugin-2.7.1.pom. Error code 407, Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.? ) log4j-test01 Unknown Maven Problem

解決問題settings.xml配置文件里面的倉庫沒有找到

方法:
cd ~

ls -al

cd home

cd .m2

vi settings.xml

把項目中的settings.xml拷過來修改:

添加這句話<localRepository>~/.m2/repository</localRepository>

?

然后在eclipes里面進行配置:

?

Mac Air maven 環(huán)境配置_xml

?

Face your past without regret. Handle your present with confidence.Prepare for future without fear. keep the faith and drop the fear. 面對過去無怨無悔,把握現(xiàn)在充滿信心,備戰(zhàn)未來無所畏懼。保持信念,克服恐懼!一點一滴的積累,一點一滴的沉淀,學技術(shù)需要不斷的積淀!

本文摘自 :https://blog.51cto.com/u

開通會員,享受整站包年服務立即開通 >