<activeProfiles> <activeProfile>프로필이름</activeProfile> </activeProfiles>
<profile> <id>profile-1</id> <activation> <activeByDefault>true</activeByDefault> </activation> ... </profile>
M2_HOME
: Maven 설치 디렉토리$M2_HOME/bin
에 실행파일MAVEN_OPTS
: Java 옵션을 지정할 수 있다.
~/.m2/settings.xml
에 위치 지정.
<settings> <localRepository>/path/to/local/repo/</localRepository> ... </settings>