File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<hibernate-validator-parent .path>../..</hibernate-validator-parent .path>
30
30
<skip .wildfly.integration.test.hibernate.validator>false</skip .wildfly.integration.test.hibernate.validator>
31
+ <skip .failsafe.execution>false</skip .failsafe.execution>
31
32
</properties >
32
33
33
34
<dependencies >
179
180
<goal >verify</goal >
180
181
</goals >
181
182
<configuration >
183
+ <skip >${skip.failsafe.execution} </skip >
182
184
<systemPropertyVariables >
183
185
<arquillian .launch>wildfly-current</arquillian .launch>
184
186
</systemPropertyVariables >
258
260
<surefire .jvm.args.add-opens>--add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED</surefire .jvm.args.add-opens>
259
261
</properties >
260
262
</profile >
263
+ <profile >
264
+ <id >testWithJdk24</id >
265
+ <activation >
266
+ <property >
267
+ <name >java-version.test.release</name >
268
+ <value >24</value >
269
+ </property >
270
+ </activation >
271
+ <properties >
272
+ <skip .failsafe.execution>true</skip .failsafe.execution>
273
+ </properties >
274
+ </profile >
275
+ <profile >
276
+ <id >testWithJdk25</id >
277
+ <activation >
278
+ <property >
279
+ <name >java-version.test.release</name >
280
+ <value >25</value >
281
+ </property >
282
+ </activation >
283
+ <properties >
284
+ <skip .failsafe.execution>true</skip .failsafe.execution>
285
+ </properties >
286
+ </profile >
261
287
</profiles >
262
288
</project >
You can’t perform that action at this time.
0 commit comments