Skip to content

Commit

Permalink
* Replaced systemProperties with systemPropertyVariables
Browse files Browse the repository at this point in the history
  * preventing deprecated warnings with surefire/failsafe plugin.
  • Loading branch information
khmarbaise committed Aug 12, 2023
1 parent 4f9b950 commit 9c6cbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void fail_to_read_the_pom_file() throws IOException {
.havingCause()
.withMessage("expected > to finsh end tag not < from line 32 (position: TEXT seen ...<version>2.8-SNAPSHOT</version\\n <... @33:4) ");
}
;
}

@Test
Expand Down
4 changes: 2 additions & 2 deletions itf-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@
<configuration>
<forkCount>5</forkCount>
<reuseForks>true</reuseForks>
<systemProperties>
<systemPropertyVariables>
<maven.version>${maven.version}</maven.version>
<maven.home>${maven.home}</maven.home>
</systemProperties>
</systemPropertyVariables>
<properties>
<configurationParameters>
junit.jupiter.execution.parallel.enabled = false
Expand Down

0 comments on commit 9c6cbbc

Please sign in to comment.