We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9356ee2 commit 1da0b7cCopy full SHA for 1da0b7c
exist-core/pom.xml
@@ -1097,7 +1097,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
1097
</dependency>
1098
</dependencies>
1099
<configuration>
1100
- <argLine>@{jacocoArgLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine>
+ <argLine>@{jacocoArgLine} -Dfile.encoding=${project.build.sourceEncoding} -Dexist.recovery.progressbar.hide=true</argLine>
1101
<systemPropertyVariables>
1102
<jetty.home>${project.basedir}/../exist-jetty-config/target/classes/org/exist/jetty</jetty.home>
1103
<exist.configurationFile>${project.build.testOutputDirectory}/conf.xml</exist.configurationFile>
0 commit comments