Skip to content

Commit

Permalink
Update vertx.testUseModulePath -> vertx.surefire.useModulePath
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 1, 2024
1 parent 030773e commit a975f4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vertx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<jmh.version>1.37</jmh.version>
<vertx.testNativeTransport>false</vertx.testNativeTransport>
<vertx.testDomainSockets>false</vertx.testDomainSockets>
<vertx.testUseModulePath>true</vertx.testUseModulePath>
</properties>

<dependencies>
Expand Down Expand Up @@ -234,7 +233,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<useModulePath>${vertx.testUseModulePath}</useModulePath>
<additionalClasspathElements>
<!-- Can we remove this one ??? -->
<additionalClasspathElement>${project.build.testSourceDirectory}</additionalClasspathElement>
Expand Down Expand Up @@ -660,7 +658,7 @@
<properties>
<vertx.testNativeTransport>true</vertx.testNativeTransport>
<vertx.testDomainSockets>false</vertx.testDomainSockets>
<vertx.testUseModulePath>false</vertx.testUseModulePath>
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
</properties>
</profile>

Expand All @@ -670,7 +668,7 @@
<properties>
<vertx.testNativeTransport>true</vertx.testNativeTransport>
<vertx.testDomainSockets>true</vertx.testDomainSockets>
<vertx.testUseModulePath>false</vertx.testUseModulePath>
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
</properties>
</profile>

Expand Down

0 comments on commit a975f4d

Please sign in to comment.