Skip to content

Commit

Permalink
#283 CodeCov/Jacoco need more configuration
Browse files Browse the repository at this point in the history
Added tycho.testArgLine property to surefire

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Jul 5, 2020
1 parent 5e67979 commit 939dcb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions releng/org.eclipse.passage.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
</execution>
<execution>
<id>report-aggregate</id>
<phase>prepare-package</phase>
<phase>verify</phase>
<goals>
<goal>report-aggregate</goal>
</goals>
Expand Down Expand Up @@ -665,7 +665,8 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<argLine>${surefire.testArgLine}
<argLine>${tycho.testArgLine}
${surefire.testArgLine}
${surefire.platformSystemProperties}
${surefire.systemProperties}
${surefire.moduleProperties}
Expand Down

0 comments on commit 939dcb5

Please sign in to comment.