|
317 | 317 | </systemPropertyVariables> |
318 | 318 | </configuration> |
319 | 319 | </execution> |
| 320 | + <execution> |
| 321 | + <id>failsafe-verify-h2</id> |
| 322 | + <phase>integration-test</phase> |
| 323 | + <goals> |
| 324 | + <goal>verify</goal> |
| 325 | + </goals> |
| 326 | + </execution> |
320 | 327 | <execution> |
321 | 328 | <id>mysql-test</id> |
322 | 329 | <phase>integration-test</phase> |
|
333 | 340 | </systemPropertyVariables> |
334 | 341 | </configuration> |
335 | 342 | </execution> |
| 343 | + <execution> |
| 344 | + <id>failsafe-verify-mysql</id> |
| 345 | + <phase>integration-test</phase> |
| 346 | + <goals> |
| 347 | + <goal>verify</goal> |
| 348 | + </goals> |
| 349 | + </execution> |
336 | 350 | <execution> |
337 | 351 | <id>postgres-test</id> |
338 | 352 | <phase>integration-test</phase> |
|
349 | 363 | </systemPropertyVariables> |
350 | 364 | </configuration> |
351 | 365 | </execution> |
| 366 | + <execution> |
| 367 | + <id>failsafe-verify-postgres</id> |
| 368 | + <phase>integration-test</phase> |
| 369 | + <goals> |
| 370 | + <goal>verify</goal> |
| 371 | + </goals> |
| 372 | + </execution> |
352 | 373 | <execution> |
353 | 374 | <id>mariadb-test</id> |
354 | 375 | <phase>integration-test</phase> |
|
365 | 386 | </systemPropertyVariables> |
366 | 387 | </configuration> |
367 | 388 | </execution> |
| 389 | + <execution> |
| 390 | + <id>failsafe-verify-mariadb</id> |
| 391 | + <phase>integration-test</phase> |
| 392 | + <goals> |
| 393 | + <goal>verify</goal> |
| 394 | + </goals> |
| 395 | + </execution> |
368 | 396 | <execution> |
369 | 397 | <id>db2-test</id> |
370 | 398 | <phase>integration-test</phase> |
|
381 | 409 | </systemPropertyVariables> |
382 | 410 | </configuration> |
383 | 411 | </execution> |
| 412 | + <execution> |
| 413 | + <id>failsafe-verify-db2</id> |
| 414 | + <phase>integration-test</phase> |
| 415 | + <goals> |
| 416 | + <goal>verify</goal> |
| 417 | + </goals> |
| 418 | + </execution> |
384 | 419 | <execution> |
385 | 420 | <id>oracle-test</id> |
386 | 421 | <phase>integration-test</phase> |
|
397 | 432 | </systemPropertyVariables> |
398 | 433 | </configuration> |
399 | 434 | </execution> |
| 435 | + <execution> |
| 436 | + <id>failsafe-verify-oracle</id> |
| 437 | + <phase>integration-test</phase> |
| 438 | + <goals> |
| 439 | + <goal>verify</goal> |
| 440 | + </goals> |
| 441 | + </execution> |
400 | 442 | <execution> |
401 | 443 | <id>mssql-test</id> |
402 | 444 | <phase>integration-test</phase> |
|
413 | 455 | </systemPropertyVariables> |
414 | 456 | </configuration> |
415 | 457 | </execution> |
| 458 | + <execution> |
| 459 | + <id>failsafe-verify-mssql</id> |
| 460 | + <phase>integration-test</phase> |
| 461 | + <goals> |
| 462 | + <goal>verify</goal> |
| 463 | + </goals> |
| 464 | + </execution> |
416 | 465 | </executions> |
417 | 466 | </plugin> |
418 | 467 | </plugins> |
|
0 commit comments