Skip to content

Commit

Permalink
Merge pull request #4692 from AlanRoth/QACI-242
Browse files Browse the repository at this point in the history
QACI-242 Payara Samples Tests Are Attempting to Run Micro Tests for Remote Profile
  • Loading branch information
Alan authored Jun 2, 2020
2 parents 6310c3f + cf385a3 commit 1526738
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions appserver/tests/payara-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@
<modules>
<module>test-utils</module>
<module>samples</module>
<module>samples-programmatic</module>
<module>classpath</module>
</modules>

<profiles>
<profile>
<id>payara-micro-managed</id>
<modules>
<module>samples-programmatic</module>
</modules>
</profile>
<profile>
<id>unstable</id>
<modules>
Expand Down Expand Up @@ -272,4 +277,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit 1526738

Please sign in to comment.