Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2DF11200C4D for ; Wed, 5 Apr 2017 10:24:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2C966160B9E; Wed, 5 Apr 2017 08:24:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7D1D7160B91 for ; Wed, 5 Apr 2017 10:24:53 +0200 (CEST) Received: (qmail 61292 invoked by uid 500); 5 Apr 2017 08:24:52 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 61274 invoked by uid 99); 5 Apr 2017 08:24:51 -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, 05 Apr 2017 08:24:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 32218DFDAC; Wed, 5 Apr 2017 08:24:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Wed, 05 Apr 2017 08:24:52 -0000 Message-Id: <0e51b5a5adfa422c8296be9f3d78af63@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] syncope git commit: Run only core IT cases by default archived-at: Wed, 05 Apr 2017 08:24:54 -0000 Run only core IT cases by default Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/76c79169 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/76c79169 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/76c79169 Branch: refs/heads/master Commit: 76c79169ebdbaafde900aff82f0fca6a1a605b1f Parents: 4fdf1c4 Author: Francesco Chicchiriccò Authored: Wed Apr 5 10:24:31 2017 +0200 Committer: Francesco Chicchiriccò Committed: Wed Apr 5 10:24:42 2017 +0200 ---------------------------------------------------------------------- fit/core-reference/pom.xml | 46 +++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/76c79169/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index da0a2f6..f109bdc 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -206,6 +206,7 @@ under the License. + org.apache.maven.plugins maven-failsafe-plugin @@ -214,6 +215,9 @@ under the License. ${jaxrs.content.type} + + **/org/apache/syncope/fit/core/*ITCase.java + @@ -345,16 +349,16 @@ under the License. src/test/resources true - - keystore - + + keystore + src/test/resources false - - keystore - + + keystore + ${basedir}/../../core/rest-cxf/src/main/resources @@ -367,6 +371,36 @@ under the License. + full-it + + + + + org.apache.maven.plugins + maven-failsafe-plugin + true + + + ${jaxrs.content.type} + + + **/*ITCase.java + + + + + verify + + verify + + + + + + + + + postgres-it