jetty-9: Added -XX:+PrintGCDetails to the Maven Surefire Plugin.

This commit is contained in:
Simone Bordet 2012-09-21 17:34:21 +02:00
parent ab2757ab96
commit d59e8ddd44
1 changed files with 2 additions and 1 deletions

View File

@ -245,6 +245,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-showversion -XX:+PrintGCDetails</argLine>
<failIfNoTests>false</failIfNoTests>
<!--systemProperties>
<property>
@ -530,7 +531,7 @@
<version>${slf4j-version}</version>
</dependency>
<!-- NOTICE: we no longer use junit.jar as it bundles/aggregates too many
3rd party libraries in itself
3rd party libraries in itself
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>