We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cd037 commit b8cbb0cCopy full SHA for b8cbb0c
pom.xml
@@ -548,16 +548,17 @@
548
</dependency>
549
</dependencies>
550
<build>
551
- <plugins>
+ <plugins>
552
<plugin>
553
<artifactId>maven-surefire-plugin</artifactId>
554
<configuration>
555
<systemPropertyVariables>
556
<javaEEServer>payara-remote</javaEEServer>
557
+ <payara_domain>${payara_domain}</payara_domain>
558
</systemPropertyVariables>
559
</configuration>
560
</plugin>
- </plugins>
561
+ </plugins>
562
<testResources>
563
<testResource>
564
<directory>src/test/resources</directory>
0 commit comments