File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 2828
2929 <hibernate-validator-parent .path>../..</hibernate-validator-parent .path>
3030 <skip .wildfly.integration.test.hibernate.validator>false</skip .wildfly.integration.test.hibernate.validator>
31+ <skip .failsafe.execution>false</skip .failsafe.execution>
3132 </properties >
3233
3334 <dependencies >
179180 <goal >verify</goal >
180181 </goals >
181182 <configuration >
183+ <skip >${skip.failsafe.execution} </skip >
182184 <systemPropertyVariables >
183185 <arquillian .launch>wildfly-current</arquillian .launch>
184186 </systemPropertyVariables >
258260 <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>
259261 </properties >
260262 </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 >
261287 </profiles >
262288</project >
You can’t perform that action at this time.
0 commit comments