티스토리 뷰

http://bitomis.tistory.com/4



윈도우에서는 잘 되던 빌드가 리눅스-젠킨스 빌드에서는 fail..

IDE에서는 잘 설정되어 있었는데?! pom.xml 에 파라미터를 추가하니 해결


<plugins>

      <plugin>

        <artifactId>maven-compiler-plugin</artifactId>

        <configuration>

          <source>1.6</source>

          <target>1.6</target>

          <encoding>UTF-8</encoding>

        </configuration>

      </plugin>

<plugins>



'공부 > maven :: build automation tool' 카테고리의 다른 글

The Super POM  (0) 2015.04.15
메이븐 surefire plug-in for test  (0) 2015.04.15
pom.xml 2  (0) 2015.04.08
주로 사용하는 명령  (0) 2015.04.08
maven 프로젝트 생성시 아키타입 설정  (0) 2015.04.06
댓글
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/04   »
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
글 보관함