File tree Expand file tree Collapse file tree 2 files changed +0
-98
lines changed
src/integration-tests/java Expand file tree Collapse file tree 2 files changed +0
-98
lines changed Original file line number Diff line number Diff line change 379
379
</executions >
380
380
</plugin >
381
381
382
- <plugin >
383
- <groupId >org.apache.maven.plugins</groupId >
384
- <artifactId >maven-failsafe-plugin</artifactId >
385
- <version >${maven-failsafe-plugin-version} </version >
386
- <configuration > <!-- run tests in parallel -->
387
- <argLine >
388
- --illegal-access=permit
389
- </argLine >
390
- <encoding >UTF-8</encoding >
391
- <argLine >${failsafeArgLine} </argLine >
392
- <failIfNoTests >false</failIfNoTests >
393
- <systemPropertyVariables >
394
- <!-- Add any system properties here -->
395
- <!-- <project.build.directory>${project.build.directory}</project.build.directory> -->
396
- <!-- <weblogic.operator.root.directory>${basedir}/..</weblogic.operator.root.directory> -->
397
- <!-- <TAGS>${env.TAGS}</TAGS> -->
398
- <maxThreads >3</maxThreads >
399
- </systemPropertyVariables >
400
- </configuration >
401
-
402
- <executions >
403
- <execution >
404
- <id >acceptance-test</id >
405
- <goals >
406
- <goal >integration-test</goal >
407
- <goal >verify</goal >
408
- </goals >
409
- <phase >integration-test</phase >
410
- <configuration >
411
- <!-- do not run unit or integration tests -->
412
- <excludes >
413
- <exclude >**/*Test.java</exclude >
414
- <exclude >**/*IT.java</exclude >
415
- </excludes >
416
- <!-- just run acceptance tests -->
417
- <includes >
418
- <include >**/*AT.java</include >
419
- </includes >
420
- </configuration >
421
- </execution >
422
- </executions >
423
- </plugin >
424
382
</plugins >
425
383
</build >
426
384
</profile >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments