Skip to content

Commit b8cbb0c

Browse files
committed
Added domain support to payara remote connector
1 parent a2cd037 commit b8cbb0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,16 +548,17 @@
548548
</dependency>
549549
</dependencies>
550550
<build>
551-
<plugins>
551+
<plugins>
552552
<plugin>
553553
<artifactId>maven-surefire-plugin</artifactId>
554554
<configuration>
555555
<systemPropertyVariables>
556556
<javaEEServer>payara-remote</javaEEServer>
557+
<payara_domain>${payara_domain}</payara_domain>
557558
</systemPropertyVariables>
558559
</configuration>
559560
</plugin>
560-
</plugins>
561+
</plugins>
561562
<testResources>
562563
<testResource>
563564
<directory>src/test/resources</directory>

0 commit comments

Comments
 (0)