Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD904105F3 for ; Sat, 9 May 2015 22:29:52 +0000 (UTC) Received: (qmail 67862 invoked by uid 500); 9 May 2015 22:29:52 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 67813 invoked by uid 500); 9 May 2015 22:29:52 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 67790 invoked by uid 99); 9 May 2015 22:29:52 -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; Sat, 09 May 2015 22:29:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E96B5E116D; Sat, 9 May 2015 22:29:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Date: Sat, 09 May 2015 22:29:54 -0000 Message-Id: <274a02ad98bc41d28c941472728ccde8@git.apache.org> In-Reply-To: <558ca9157073476bb4283a5dbf25cb3c@git.apache.org> References: <558ca9157073476bb4283a5dbf25cb3c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/9] curator git commit: Need to skip Curator RPC for Clirr as it can't handle shaded JAR Need to skip Curator RPC for Clirr as it can't handle shaded JAR Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1ef4df29 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1ef4df29 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1ef4df29 Branch: refs/heads/CURATOR-3.0 Commit: 1ef4df29f97a3956c65e6e2e1b08ed7a033e4fc5 Parents: 2cb030d Author: randgalt Authored: Fri May 8 13:50:34 2015 -0500 Committer: randgalt Committed: Fri May 8 13:50:34 2015 -0500 ---------------------------------------------------------------------- curator-x-rpc/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/1ef4df29/curator-x-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-rpc/pom.xml b/curator-x-rpc/pom.xml index 426f3f9..61d55e7 100644 --- a/curator-x-rpc/pom.xml +++ b/curator-x-rpc/pom.xml @@ -164,6 +164,14 @@ + + + org.codehaus.mojo + clirr-maven-plugin + + true + +