diff --git a/README.md b/README.md index 39b7591b..2bb71190 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ file > settings > Build, Excecution, Deployment > Build Tools > Maven 2) settings.xml 파일 교체 로컬의 settins.xml을 프로젝트폴더/doc/conf/settings.xml 파일로 교체 + +3) 메이븐 버전 변경(내부망 https ssl 연결 불가 시) + 메이븐 3.8.1 미만 버전으로 교체한다. +[이클립스] +window > preferences > maven > installations + add 클릭 > 메이븐 설치된 로컬 경로 지정 + +[인텔리제이] +file > settings > Build, Excecution, Deployment > Build Tools > Maven + maven home path 항목 : 메이븐 설치된 로컬 경로 지정 ``` ### commit message template