목차

Maven 설정

프로필 Profile

환경변수

Local Repository 위치 변경

~/.m2/settings.xml에 위치 지정.

<settings>
  <localRepository>/path/to/local/repo/</localRepository>
  ...
</settings>