Skip to content

Commit

Permalink
Disable generation of some surefire reports
Browse files Browse the repository at this point in the history
At least for integration tests. HTML reports generation took
a considerable time even on a quite powerful machine.
  • Loading branch information
mederly committed Jun 1, 2018
1 parent b222f94 commit 08170a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-system/pom.xml
Expand Up @@ -1434,6 +1434,10 @@
<name>suitename</name>
<value>Integration</value>
</property>
<property>
<name>usedefaultlisteners</name>
<value>false</value> <!-- do not generate HTML to make the runs faster -->
</property>
</properties>
</configuration>
</execution>
Expand Down

0 comments on commit 08170a4

Please sign in to comment.