Explorar el Código

set trimStackTrace to true for unit tests

Jason Song hace 4 años
padre
commit
5112f0c865
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

@@ -524,6 +524,9 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<trimStackTrace>false</trimStackTrace>
+				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>