From a8f23e84a0fbb5da515cacffb8f5a85fd4c21694 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Tue, 10 Oct 2017 12:59:28 +0300 Subject: Move microprofile tests to profile, add Wildfly Swarm (#10156) --- test/servlet-containers/payara-micro/pom.xml | 66 +++++++++++++++++++++++++++ test/servlet-containers/payara/pom.xml | 66 --------------------------- test/servlet-containers/pom.xml | 13 ++++-- test/servlet-containers/wildfly-swarm/pom.xml | 65 ++++++++++++++++++++++++++ 4 files changed, 141 insertions(+), 69 deletions(-) create mode 100644 test/servlet-containers/payara-micro/pom.xml delete mode 100644 test/servlet-containers/payara/pom.xml create mode 100644 test/servlet-containers/wildfly-swarm/pom.xml (limited to 'test') diff --git a/test/servlet-containers/payara-micro/pom.xml b/test/servlet-containers/payara-micro/pom.xml new file mode 100644 index 0000000000..e4e6f3416e --- /dev/null +++ b/test/servlet-containers/payara-micro/pom.xml @@ -0,0 +1,66 @@ + + + 4.0.0 + + com.vaadin + vaadin-servlet-containers-test + 8.2-SNAPSHOT + + vaadin-test-payara-micro-server + Vaadin Payara Micro Test + war + + true + 4.1.2.173 + payara-micro + + + + + + com.vaadin + vaadin-test-server-ui + ${project.version} + + + com.vaadin + vaadin-test-server-tests + ${project.version} + test + + + + + + + + fish.payara.maven.plugins + payara-micro-maven-plugin + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + wait-for-server-start + pre-integration-test + + + + + + + + + run + + + + + + + diff --git a/test/servlet-containers/payara/pom.xml b/test/servlet-containers/payara/pom.xml deleted file mode 100644 index 506fb635f9..0000000000 --- a/test/servlet-containers/payara/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - 4.0.0 - - com.vaadin - vaadin-servlet-containers-test - 8.2-SNAPSHOT - - vaadin-test-payara-server - Vaadin Payara Test - war - - true - 4.1.2.173 - payara - - - - - - com.vaadin - vaadin-test-server-ui - ${project.version} - - - com.vaadin - vaadin-test-server-tests - ${project.version} - test - - - - - - - - fish.payara.maven.plugins - payara-micro-maven-plugin - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - wait-for-server-start - pre-integration-test - - - - - - - - - run - - - - - - - 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 @@ wildfly10 wildfly9 wildfly8 + wildfly-swarm jetty8 jetty9 - payara + payara-micro glassfish tomcat7 @@ -281,14 +282,12 @@ liberty-webprofile liberty-javaee - liberty-microprofile glassfish glassfish - payara @@ -300,6 +299,14 @@ tomcat9 + + microprofile + + wildfly-swarm + payara-micro + liberty-microprofile + + diff --git a/test/servlet-containers/wildfly-swarm/pom.xml b/test/servlet-containers/wildfly-swarm/pom.xml new file mode 100644 index 0000000000..56d7a02f86 --- /dev/null +++ b/test/servlet-containers/wildfly-swarm/pom.xml @@ -0,0 +1,65 @@ + + + 4.0.0 + + com.vaadin + vaadin-servlet-containers-test + 8.2-SNAPSHOT + + vaadin-test-wildfly-swarm-server + Vaadin Wildfly Swarm Test + war + + true + 2017.9.5 + / + wildfly-swarm + + + + + + com.vaadin + vaadin-test-server-ui + ${project.version} + + + com.vaadin + vaadin-test-server-tests + ${project.version} + test + + + + + + + + org.wildfly.swarm + wildfly-swarm-plugin + ${wildfly.swarm.version} + + + start-swarm + pre-integration-test + + package + start + + + + stop-swarm + post-integration-test + + stop + + + + + true + + + + + -- cgit v1.2.3