diff --git a/ejb/remote/roles-allowed/pom.xml b/ejb/remote/roles-allowed/pom.xml index 9d4c87aef..9d654c2dd 100644 --- a/ejb/remote/roles-allowed/pom.xml +++ b/ejb/remote/roles-allowed/pom.xml @@ -45,6 +45,20 @@ + + + payara-micro-remote + + + + maven-surefire-plugin + + true + + + + + diff --git a/pom.xml b/pom.xml index 13cf5d104..e3fabe8bd 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,7 @@ (these are downloaded and installed in these versions by Maven for the CI profiles) --> 4.1.2.181 - payaradomain - 5.182 + 5.191 5.0 4.1.1 16.0.0.4 @@ -584,6 +583,116 @@ + + + payara-micro-remote + + + + 8080 + + true + true + + + true + + + true + + + + + + + + fish.payara.arquillian + payara-client-ee7 + + + + + fish.payara.arquillian + payara-micro-remote + 1.0.Beta4-SNAPSHOT + test + + + + + + maven-surefire-plugin + + + payara-remote + ${payara.httpPort} + ${use.cnHost} + ${skipEAR} + + + + + + + + + + payara-micro-remote-control + + + + dependency:copy payara-micro:start + + + org.apache.maven.plugins + maven-dependency-plugin + + + + fish.payara.arquillian + payara-micro-deployer + 1.0.Beta4-SNAPSHOT + war + + + true + + + + fish.payara.maven.plugins + payara-micro-maven-plugin + 1.0.5 + + ${payara.micro.version} + true + + + + + + + + + + + +