From 6e7ee805401a251bcdb5a98977308b0e39304481 Mon Sep 17 00:00:00 2001 From: Jan Supol Date: Mon, 23 Mar 2020 21:22:19 +0100 Subject: [PATCH] Use standard pom.xml structure Signed-off-by: Jan Supol --- .../microprofile/config/helidon/pom.xml | 9 ++-- tests/integration/microprofile/config/pom.xml | 48 ++++++++++++++++++ .../microprofile/config/webapp/pom.xml | 7 ++- tests/integration/microprofile/pom.xml | 49 +++++++++++++++++++ .../microprofile/rest-client/pom.xml | 22 +++++++-- tests/integration/pom.xml | 6 +-- 6 files changed, 125 insertions(+), 16 deletions(-) create mode 100644 tests/integration/microprofile/config/pom.xml create mode 100644 tests/integration/microprofile/pom.xml diff --git a/tests/integration/microprofile/config/helidon/pom.xml b/tests/integration/microprofile/config/helidon/pom.xml index d9e6427682..bef8105112 100644 --- a/tests/integration/microprofile/config/helidon/pom.xml +++ b/tests/integration/microprofile/config/helidon/pom.xml @@ -1,7 +1,7 @@ + + + microprofile-integration-project + org.glassfish.jersey.tests.integration.microprofile + 2.31-SNAPSHOT + + 4.0.0 + pom + + microprofile-config-project + microprofile-config-project + + helidon + webapp + + + + + + org.apache.maven.plugins + maven-install-plugin + + false + + + + + \ No newline at end of file diff --git a/tests/integration/microprofile/config/webapp/pom.xml b/tests/integration/microprofile/config/webapp/pom.xml index 76f6dd619e..34a0d9bd8d 100644 --- a/tests/integration/microprofile/config/webapp/pom.xml +++ b/tests/integration/microprofile/config/webapp/pom.xml @@ -1,7 +1,7 @@ + + + project + org.glassfish.jersey.tests.integration + 2.31-SNAPSHOT + + 4.0.0 + pom + + org.glassfish.jersey.tests.integration.microprofile + microprofile-integration-project + microprofile-integration-project + + config + rest-client + + + + + + org.apache.maven.plugins + maven-install-plugin + + false + + + + + \ No newline at end of file diff --git a/tests/integration/microprofile/rest-client/pom.xml b/tests/integration/microprofile/rest-client/pom.xml index f4756a9587..0689aa5ff5 100644 --- a/tests/integration/microprofile/rest-client/pom.xml +++ b/tests/integration/microprofile/rest-client/pom.xml @@ -1,12 +1,28 @@ + - project - org.glassfish.jersey.tests.integration + microprofile-integration-project + org.glassfish.jersey.tests.integration.microprofile 2.31-SNAPSHOT - ../../pom.xml 4.0.0 diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 41a5666a36..8232ae466b 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -1,7 +1,7 @@