반응형
1. 개요
jenkins 에서 빌드 도중 다음과 같은 경고가 나타났다.
1) Using platform encoding (MS949 actually) to copy filtered resources, i.e. build is platform dependent!
2) File encoding has not been set, using platform encoding MS949, i.e. build is platform dependent!
2. 원인
maven 빌드 시 인코딩 타입을 따로 지정하지 않아 발생한다.
3. 해결
pom.xml에 노란색으로 표시된 프로퍼티를 추가한다.
반응형
'CI\CD > Jenkins' 카테고리의 다른 글
[Jenkins] Amazon Linux 2 OS에 Jenkins 설치하기 (0) | 2021.10.25 |
---|---|
[Jenkins] Jenkins 설치 / Window / CentOS7 (0) | 2021.06.10 |
[Jenkins] FAIL - Deployed application at context path /context 에러 (0) | 2021.03.01 |
[Jenkins] Server returned HTTP response code: 401 for URL 에러 (0) | 2021.03.01 |
[Jenkins] javax.servlet.http does not exist 에러 (0) | 2021.03.01 |