maven, UTF-8 인코딩 소스일경우, 경고 문구 해결법

2012-12-28
maven빌드를 하고 나면 이상하게 아래와 같은 문구가 나온다. 말인즉, UTF-8 인코딩으로 작성되어 있어서 특정 플랫폼에서 종속적(dependent)라는 애기인데, 
`[WARNING]File encoding has not been set,using platform encoding UTF-8, i.e. build is platform dependent!`

아래와 같이 빌드에 대한 encoding을 UTF-8로 하겠다고 지정하면 된다. 

#dev  #File encoding has not been set  #i.e. build is platform dependent!  #maven  #using platform encoding UTF-8  #UTF-8 인코딩  #메이븐