본문으로 바로가기

apache maven

category 프로그래밍 공부/스프링 설치 2022. 6. 24. 09:35
728x90
반응형

apache-maven-3.8.6-bin.zip

 

 

https://maven.apache.org/download.cgi 가서 저거 설치

 

Apache Downloads

We suggest the following site for your download: https://dlcdn.apache.org/ Alternate download locations are suggested below. It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash (.md5 or .sha* f

maven.apache.org

 

압축 풀고 폴더 안에 repsoitory 폴더 생성

 

setting 에 경로설정후

**

  | Default: ${user.home}/.m2/repository
  <localRepository>/path/to/local/repo</localRepository>
  -->
  <localRepository>D:\dev\apache-maven-3.8.6\repository</localRepository>

**

 

 

스프링 환경설정 maven \user settings > user settings > D:\dev\apache-maven-3.8.6\conf\settings.xml 설정후

밑에 reindex 클릭

 

maven > installation > add > maven 폴더선택 > 피니쉬 > 메이븐체크 > 어플라이 설치

 

728x90
반응형