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 | 31 |
Tags
- JavaScript
- SPC
- Android
- Python
- Sqoop
- GIT
- plugin
- R
- mybatis
- hadoop
- react
- es6
- SQL
- Eclipse
- 공정능력
- Express
- tomcat
- window
- IntelliJ
- table
- MSSQL
- SSL
- 보조정렬
- vaadin
- Kotlin
- NPM
- xPlatform
- mapreduce
- Java
- Spring
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