tom

Suppressing test output from console.

Showing 1 changed file with 4 additions and 0 deletions
...@@ -152,6 +152,10 @@ ...@@ -152,6 +152,10 @@
152 <groupId>org.apache.maven.plugins</groupId> 152 <groupId>org.apache.maven.plugins</groupId>
153 <artifactId>maven-surefire-plugin</artifactId> 153 <artifactId>maven-surefire-plugin</artifactId>
154 <version>2.17</version> 154 <version>2.17</version>
155 + <configuration>
156 + <redirectTestOutputToFile>true</redirectTestOutputToFile>
157 + <printSummary>true</printSummary>
158 + </configuration>
155 </plugin> 159 </plugin>
156 160
157 <plugin> 161 <plugin>
......