Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 218B718989 for ; Tue, 14 Jul 2015 16:53:22 +0000 (UTC) Received: (qmail 45670 invoked by uid 500); 14 Jul 2015 16:53:22 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 45647 invoked by uid 500); 14 Jul 2015 16:53:22 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 45638 invoked by uid 99); 14 Jul 2015 16:53:22 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 16:53:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A120E1A6FC9 for ; Tue, 14 Jul 2015 16:53:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NGVz1WUsCIhz for ; Tue, 14 Jul 2015 16:53:19 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id B1B224E203 for ; Tue, 14 Jul 2015 16:53:18 +0000 (UTC) Received: (qmail 45445 invoked by uid 99); 14 Jul 2015 16:53:18 -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; Tue, 14 Jul 2015 16:53:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11FD2E1808; Tue, 14 Jul 2015 16:53:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: richard@apache.org To: commits@brooklyn.incubator.apache.org Date: Tue, 14 Jul 2015 16:53:28 -0000 Message-Id: <4384a3a573fd45f3a04e5e501b78fb0f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/13] incubator-brooklyn git commit: Remove unnecessary profile excluding a Cassandra cluster test Remove unnecessary profile excluding a Cassandra cluster test Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/3fb487d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/3fb487d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/3fb487d1 Branch: refs/heads/master Commit: 3fb487d1f58cd0a7491c122f56518d2e3a713a2f Parents: e08f3af Author: Hadrian Zbarcea Authored: Tue Jul 14 10:50:31 2015 -0400 Committer: Hadrian Zbarcea Committed: Tue Jul 14 10:50:31 2015 -0400 ---------------------------------------------------------------------- software/nosql/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3fb487d1/software/nosql/pom.xml ---------------------------------------------------------------------- diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml index a1f7944..2c9bd22 100644 --- a/software/nosql/pom.xml +++ b/software/nosql/pom.xml @@ -296,25 +296,4 @@ - - - defaultProfile - - !brooklyn.cloudtest - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/CassandraFabricTest.java - - - - - - -