Skip to content

Commit

Permalink
#1132 jacoco fi
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent e304251 commit 79c277f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -94,7 +94,6 @@ SOFTWARE.
</site>
</distributionManagement>
<properties>
<argLine/>
<timestamp>${maven.build.timestamp}</timestamp>
<jdk.version>1.8</jdk.version>
</properties>
Expand Down Expand Up @@ -334,9 +333,12 @@ SOFTWARE.
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Djava.awt.headless=true -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US ${argLine}</argLine>
<excludedGroups>org.takes.misc.PerformanceTests</excludedGroups>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
<file.encoding>UTF-8</file.encoding>
<user.language>en</user.language>
<user.country>US</user.country>
<javax.net.ssl.keyStore>${project.build.directory}/test-classes/org/takes/http/keystore</javax.net.ssl.keyStore>
<javax.net.ssl.keyStorePassword>abc123
</javax.net.ssl.keyStorePassword>
Expand Down

0 comments on commit 79c277f

Please sign in to comment.