File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
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>
32
31
</properties >
33
32
34
33
<dependencies >
180
179
<goal >verify</goal >
181
180
</goals >
182
181
<configuration >
183
- <skip >${skip.failsafe.execution} </skip >
184
182
<systemPropertyVariables >
185
183
<arquillian .launch>wildfly-current</arquillian .launch>
186
184
</systemPropertyVariables >
260
258
<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>
261
259
</properties >
262
260
</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 >
287
261
</profiles >
288
262
</project >
You can’t perform that action at this time.
0 commit comments