일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 맛집
- Gradle
- springboot
- Oracle
- ubuntu
- tool
- php
- ReactJS
- jsp
- laravel
- redis
- jenkins
- java
- Spring Boot
- 요리
- devops
- it
- Design Patterns
- elasticsearch
- AWS
- JVM
- IntelliJ
- Web Server
- javascript
- Spring Batch
- MySQL
- db
- Spring
- Git
- linux
Archives
- Today
- Total
아무거나
[Maven] build encoding error 본문
반응형
[WARNING] File encoding has not been set, using platform encoding MS949, i.e. build is platform dependent!
pom.xml 설정
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
</properties>
반응형
'Java & Kotlin > Gradle & Maven' 카테고리의 다른 글
[gradle] dependency추가해도 계속 안받아지는경우, 캐시 삭제 (0) | 2019.08.17 |
---|---|
[maven] maven 시작하기 (0) | 2019.06.24 |
[Maven] ERROR : Error Message: Type interface com.deploy.model.HistoryMapper is not known to the MapperRegistry. (0) | 2019.03.08 |
[Maven] pom.xml에서 packaging에서 Execution default-testResources of goal ... 에러 (0) | 2019.03.08 |
Gradle 멀티 프로젝트 구성 (0) | 2018.09.19 |
Comments