From commits-return-45131-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Wed Dec 12 17:01:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4DA5818067C for ; Wed, 12 Dec 2018 17:01:02 +0100 (CET) Received: (qmail 12625 invoked by uid 500); 12 Dec 2018 16:01:01 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 12501 invoked by uid 99); 12 Dec 2018 16:01:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2018 16:01:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDA76E13B4; Wed, 12 Dec 2018 16:01:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jlmonteiro@apache.org To: commits@tomee.apache.org Date: Wed, 12 Dec 2018 16:01:02 -0000 Message-Id: <25b4a560fa494377941931abd35d7965@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [03/10] tomee git commit: TOMEE-2354 - Moved TomEE Plus tests execution to a separate build profile. TOMEE-2354 - Moved TomEE Plus tests execution to a separate build profile. Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9523e875 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/9523e875 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/9523e875 Branch: refs/heads/master Commit: 9523e8755b0e8713e1466fa10b2b83e63e8201cc Parents: 2c51e9c Author: Roberto Cortez Authored: Tue Dec 11 16:52:20 2018 +0000 Committer: Roberto Cortez Committed: Tue Dec 11 16:52:20 2018 +0000 ---------------------------------------------------------------------- tck/microprofile-tck/config/pom.xml | 49 +++++++++++++++++++------------- 1 file changed, 30 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/9523e875/tck/microprofile-tck/config/pom.xml ---------------------------------------------------------------------- diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml index 20bd025..d2fdd4c 100644 --- a/tck/microprofile-tck/config/pom.xml +++ b/tck/microprofile-tck/config/pom.xml @@ -35,6 +35,9 @@ org.apache.maven.plugins maven-surefire-plugin + + org.eclipse.microprofile.config:microprofile-config-tck + 45 true @@ -48,31 +51,39 @@ test - - - org.eclipse.microprofile.config:microprofile-config-tck - - - - - tomee-plus - - test - - - - org.eclipse.microprofile.config:microprofile-config-tck - - - tomee-plus - - + + + mp-tck-all + + + + org.apache.maven.plugins + maven-surefire-plugin + + + tomee-plus + + test + + + + tomee-plus + + + + + + + + + + ${project.groupId}