Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- JavaScript
- vaadin
- Spring
- tomcat
- IntelliJ
- 보조정렬
- 공정능력
- SPC
- react
- SQL
- NPM
- MSSQL
- plugin
- Sqoop
- R
- xPlatform
- hadoop
- table
- Java
- GIT
- mapreduce
- Express
- es6
- SSL
- Android
- Kotlin
- window
- mybatis
- Eclipse
- Python
Archives
- Today
- Total
DBILITY
maven build Using platform encoding (UTF-8 actually) to copy filtered.... 본문
java/basic
maven build Using platform encoding (UTF-8 actually) to copy filtered....
DBILITY 2017. 10. 17. 22:33반응형
maven project build시
Using platform encoding (UTF-8 actually) to copy filtered resources, 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>
반응형
'java > basic' 카테고리의 다른 글
java summer time ( daylight saving time, DST ) (0) | 2017.12.16 |
---|---|
java for loop (0) | 2017.10.18 |
maven jar build main (startup) class setting ( jar 시작클래스 지정) (0) | 2016.11.12 |
svn admin command (명령) (0) | 2016.11.02 |
java swing file open (0) | 2016.10.28 |
Comments