Commit aced3815 authored by Administrator's avatar Administrator

Disables JSF test execution

The JSF test execution has been disabled due to an error in the Gecko driver
that makes these test fail in some environments.
parent c8daff52
......@@ -70,6 +70,13 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment