Skip to content

Commit a9d69bb

Browse files
authored
Merge pull request #1176 from oracle/jrf-integ-test
WIP: OWLS-76084 add a profile to include both jrf and regular WLS domain integ test s…
2 parents 6c3e03c + 16c1978 commit a9d69bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integration-tests/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,13 @@
302302
<jrf_enabled>false</jrf_enabled>
303303
</properties>
304304
</profile>
305+
<profile>
306+
<id>full-integration-tests</id>
307+
<properties>
308+
<skipITs>false</skipITs>
309+
<includes-failsafe>**/*.java</includes-failsafe>
310+
<jrf_enabled>true</jrf_enabled>
311+
</properties>
312+
</profile>
305313
</profiles>
306314
</project>

0 commit comments

Comments
 (0)