소스 검색

suppress maven.surefire warning

Ranides Atterwim 10 년 전
부모
커밋
2b813ff178
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assira.common/pom.xml

+ 1 - 1
assira.common/pom.xml

@@ -129,7 +129,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.18.1</version>
                 <configuration>
-                    <argLine>@{project.argLine} -Xmx${project.test.memory}</argLine>
+                    <argLine>-Dfile.encoding=${project.build.sourceEncoding} @{project.argLine} -Xmx${project.test.memory}</argLine>
                     <testFailureIgnore>false</testFailureIgnore>
                     <skip>false</skip>
                 </configuration>