From cf11b5fe426efaaccd2156a010c46468bc5f14c1 Mon Sep 17 00:00:00 2001 From: Matt Gill Date: Tue, 16 Jan 2018 09:15:03 +0000 Subject: [PATCH 1/2] Added micro container --- pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/pom.xml b/pom.xml index 6231da94f..9af49f798 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ (these are downloaded and installed in these versions by Maven for the CI profiles) --> 4.1.2.173 + 5.Beta1 4.1.1 16.0.0.3 10.1.0.Final @@ -421,6 +422,57 @@ + + + payara-micro-managed + + + + fish.payara.arquillian + arquillian-payara-micro-4-managed + 1.0.Beta2 + test + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + process-test-classes + + copy + + + + + fish.payara.extras + payara-micro + ${payara.micro.version} + false + ${session.executionRootDirectory}/target/ + payara-micro-${payara.micro.version}.jar + + + + + + + + + maven-surefire-plugin + + + ${session.executionRootDirectory}/target/payara-micro-${payara.micro.version}.jar + + + + + + payara-embedded From e974af6767ca83459428114a38441938b20c3f71 Mon Sep 17 00:00:00 2001 From: Matt Gill Date: Tue, 16 Jan 2018 11:53:13 +0000 Subject: [PATCH 2/2] Added -DskipJMS flag. Defaults to true in Payara Micro profile and false otherwise. --- jms/pom.xml | 11 +++++++++++ pom.xml | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/jms/pom.xml b/jms/pom.xml index c207414a8..8a11eabab 100644 --- a/jms/pom.xml +++ b/jms/pom.xml @@ -28,6 +28,17 @@ ${project.version} + + + + + maven-surefire-plugin + + ${skipJMS} + + + + diff --git a/pom.xml b/pom.xml index 9af49f798..897f27b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ ${skipTests} ${skipTests} ${skipTests} + ${skipTests} @@ -434,6 +440,7 @@ test +