summaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-10-10 12:59:28 +0300
committerHenri Sara <henri.sara@gmail.com>2017-10-10 12:59:28 +0300
commita8f23e84a0fbb5da515cacffb8f5a85fd4c21694 (patch)
treebf33f0ee246ce7df9194ce14fd68af0299312538 /test/servlet-containers/pom.xml
parent4ac4b62434ab48fdb7d3ca9c479383d4242062aa (diff)
downloadvaadin-framework-a8f23e84a0fbb5da515cacffb8f5a85fd4c21694.tar.gz
vaadin-framework-a8f23e84a0fbb5da515cacffb8f5a85fd4c21694.zip
Move microprofile tests to profile, add Wildfly Swarm (#10156)
Diffstat (limited to 'test/servlet-containers/pom.xml')
-rw-r--r--test/servlet-containers/pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/test/servlet-containers/pom.xml b/test/servlet-containers/pom.xml
index 40f69bfa8f..c5ced080bd 100644
--- a/test/servlet-containers/pom.xml
+++ b/test/servlet-containers/pom.xml
@@ -240,9 +240,10 @@
<module>wildfly10</module>
<module>wildfly9</module>
<module>wildfly8</module>
+ <module>wildfly-swarm</module>
<module>jetty8</module>
<module>jetty9</module>
- <module>payara</module>
+ <module>payara-micro</module>
<module>glassfish</module>
<!-- TODO: Payara 5 and Glassfish 5 -->
<module>tomcat7</module>
@@ -281,14 +282,12 @@
<modules>
<module>liberty-webprofile</module>
<module>liberty-javaee</module>
- <module>liberty-microprofile</module>
</modules>
</profile>
<profile>
<id>glassfish</id>
<modules>
<module>glassfish</module>
- <module>payara</module>
</modules>
</profile>
<profile>
@@ -300,6 +299,14 @@
<module>tomcat9</module>
</modules>
</profile>
+ <profile>
+ <id>microprofile</id>
+ <modules>
+ <module>wildfly-swarm</module>
+ <module>payara-micro</module>
+ <module>liberty-microprofile</module>
+ </modules>
+ </profile>
</profiles>
</project>