From commits-return-847-apmail-rocketmq-commits-archive=rocketmq.apache.org@rocketmq.incubator.apache.org Mon Feb 6 09:21:54 2017 Return-Path: X-Original-To: apmail-rocketmq-commits-archive@minotaur.apache.org Delivered-To: apmail-rocketmq-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 0F8A719898 for ; Mon, 6 Feb 2017 09:21:54 +0000 (UTC) Received: (qmail 64493 invoked by uid 500); 6 Feb 2017 09:21:54 -0000 Delivered-To: apmail-rocketmq-commits-archive@rocketmq.apache.org Received: (qmail 64461 invoked by uid 500); 6 Feb 2017 09:21:54 -0000 Mailing-List: contact commits-help@rocketmq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@rocketmq.incubator.apache.org Delivered-To: mailing list commits@rocketmq.incubator.apache.org Received: (qmail 64452 invoked by uid 99); 6 Feb 2017 09:21:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2017 09:21:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 91E61180031 for ; Mon, 6 Feb 2017 09:21:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id aIsEHiI2w7s4 for ; Mon, 6 Feb 2017 09:21:52 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id ECF015F30A for ; Mon, 6 Feb 2017 09:21:51 +0000 (UTC) Received: (qmail 64442 invoked by uid 99); 6 Feb 2017 09:21: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; Mon, 06 Feb 2017 09:21:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05586DFE20; Mon, 6 Feb 2017 09:21:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yukon@apache.org To: commits@rocketmq.incubator.apache.org Date: Mon, 06 Feb 2017 09:21:50 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-rocketmq git commit: [ROCKETMQ-77] Skip unaccomplished unit tests in tools module, which will be fixed in 4.1.0 Repository: incubator-rocketmq Updated Branches: refs/heads/4.0.0-incubating 3d95be953 -> 0bfb8d22a [ROCKETMQ-77] Skip unaccomplished unit tests in tools module, which will be fixed in 4.1.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/9a2de7b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/9a2de7b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/9a2de7b5 Branch: refs/heads/4.0.0-incubating Commit: 9a2de7b555b390c1c55f5a275d6fe7e251ac3f62 Parents: 3d95be9 Author: yukon Authored: Mon Feb 6 17:00:13 2017 +0800 Committer: yukon Committed: Mon Feb 6 17:00:13 2017 +0800 ---------------------------------------------------------------------- tools/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/9a2de7b5/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 0e99f9c..1f8f4a9 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -28,6 +28,10 @@ rocketmq-tools rocketmq-tools ${project.version} + + true + + ${project.groupId}