Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2422917E1D for ; Thu, 28 May 2015 13:29:11 +0000 (UTC) Received: (qmail 49859 invoked by uid 500); 28 May 2015 13:29:11 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 49793 invoked by uid 500); 28 May 2015 13:29:11 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 49784 invoked by uid 99); 28 May 2015 13:29:10 -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; Thu, 28 May 2015 13:29:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C55FDE0921; Thu, 28 May 2015 13:29:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf-fediz git commit: Fixing failsafe log4j error messages Date: Thu, 28 May 2015 13:29:10 +0000 (UTC) Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes 392c7e711 -> 59558b5ac Fixing failsafe log4j error messages Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/59558b5a Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/59558b5a Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/59558b5a Branch: refs/heads/1.2.x-fixes Commit: 59558b5ac15db4f0eea1cab37742a4d8885d727b Parents: 392c7e7 Author: Colm O hEigeartaigh Authored: Thu May 28 14:02:14 2015 +0100 Committer: Colm O hEigeartaigh Committed: Thu May 28 14:29:04 2015 +0100 ---------------------------------------------------------------------- services/idp/pom.xml | 1 + services/sts/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59558b5a/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index 51ae493..2d30b4c 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -430,6 +430,7 @@ false ${idp.https.port} + target **/integrationtests/** http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/59558b5a/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 4ae72ce..875ea55 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -245,6 +245,7 @@ false ${sts.https.port} + target