CI

Hudson + Maven2

ShineWithMe 2011. 5. 2. 11:06

기본설정
http://nya.springnote.com/pages/3780941

* junit test case 함수이름을 알기 쉽게 한글로 했는데, 빌드시 인식하지 못하여 고생중,
maven pom 파일에 아래와 같이 설정해주면 해결되었다.

<configuration>
    <encoding>UTF-8</encoding>
</configuration>