setting.xml 설정 관련 https://www.baeldung.com/maven-settings-xml#bd-configurations 를 번역해 올리긴 했는데.
필자는
<localRepository>C:\dev\...</localRepository>
이런식으로 <localRepository> 만 사용 해봄.
profile 도 pom.xml 에서 사용.
profile의 경우 dev와 product (운영)간 따로 패키징할때 사용...
참고용
https://github.com/apache/maven-war-plugin/tree/4f8a41ec48333bb6d4eddfa4bd06ecd7d529807a
'정보 > Server' 카테고리의 다른 글
Jenkins ssh-agent provider 관련 error (0) | 2024.07.25 |
---|---|
Java vm option [argument] 확인하기 (0) | 2024.05.23 |
[Project] The settings.xml File in Maven (1) | 2024.04.26 |
[Project] Maven Packaging Types (0) | 2024.04.26 |
[Project] Accessing Maven Properties in Java (0) | 2024.04.25 |