Fixing the functional testcases together with Travis CI which stopped due to excessive logging from the Tomcat 7 Maven plugin

This commit is contained in:
Nanne Baars 2016-09-19 23:42:21 +02:00
parent 64eed4130d
commit c7a03abdc3
2 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
<configuration>
<systemPropertyVariables>
<log4j.configuration>file:${project.basedir}/src/test/resources/log4j-silent.properties</log4j.configuration>
</systemPropertyVariables>
</configuration>
<executions>
<execution>
<goals>

View File

@ -0,0 +1 @@
log4j.rootLogger=INFO