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 1AAED10A91 for ; Fri, 28 Nov 2014 09:27:30 +0000 (UTC) Received: (qmail 70842 invoked by uid 500); 28 Nov 2014 09:27:30 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 70783 invoked by uid 500); 28 Nov 2014 09:27:30 -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 70774 invoked by uid 99); 28 Nov 2014 09:27:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 09:27:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8490F94B0C9; Fri, 28 Nov 2014 09:27:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Including Ekstazi (www.ekstazi.org) profile to optimize execution of the tests Date: Fri, 28 Nov 2014 09:27:29 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master c29f64a42 -> 9dfb278c7 Including Ekstazi (www.ekstazi.org) profile to optimize execution of the tests Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9dfb278c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9dfb278c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9dfb278c Branch: refs/heads/master Commit: 9dfb278c7739b9f4621f43b8146d057e21fafb64 Parents: c29f64a Author: Milos Gligoric Authored: Thu Nov 13 09:25:26 2014 -0600 Committer: Akitoshi Yoshida Committed: Fri Nov 28 10:25:35 2014 +0100 ---------------------------------------------------------------------- .gitignore | 1 + parent/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9dfb278c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index dbf1353..9810ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .DS_Store .checkstyle .classpath +.ekstazi .pmd .pmdruleset .pmdruleset.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/9dfb278c/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 87e2002..a9de550 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1986,5 +1986,50 @@ clean + + + + ekstazi + + + ekstazi + + + + + + + org.ekstazi + ekstazi-maven-plugin + 4.3.0 + + + true + + + + doit + + select + restore + + + + + + + maven-surefire-plugin + + ${argLine} ${cxf.surefire.fork.vmargs} + + **/*NoAriesBlueprintTest.java + **/*JAXRSDataBindingTest.java + + ${java.io.tmpdir}/${user.name}EkstaziExcludes + + + + +