Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63AD2101F2 for ; Thu, 18 Dec 2014 01:04:43 +0000 (UTC) Received: (qmail 37205 invoked by uid 500); 18 Dec 2014 01:04:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37161 invoked by uid 500); 18 Dec 2014 01:04:41 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 37110 invoked by uid 99); 18 Dec 2014 01:04:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 01:04:41 +0000 Date: Thu, 18 Dec 2014 01:04:41 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12709) [mvn] Add unit test excludes command line flag to the build. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-12709: ----------------------------------- Description: I've added a simple way to specify unit test classes to skip when executing unit test runs. I've added a -D variable called test.exclude.pattern that you can using like this: {code} mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java {code} to exclude the unit tests form TestFoo and TestBar in this run. By default there is nothing excluded. was: I've added a simple way to specify unit test classes to skip when executing unit test runs. I've added a -D variable called test.exclude.pattern that you can using like this: {code} mvn test -Dtest.exclude.pattern=\*\*/TestFoo.java,\*\*/TestBar.java {code} to exclude the unit tests form TestFoo and TestBar in this run. By default there is nothing excluded. > [mvn] Add unit test excludes command line flag to the build. > ------------------------------------------------------------- > > Key: HBASE-12709 > URL: https://issues.apache.org/jira/browse/HBASE-12709 > Project: HBase > Issue Type: New Feature > Components: build > Affects Versions: 1.0.0, 2.0.0, 0.98.10 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > > I've added a simple way to specify unit test classes to skip when executing unit test runs. > I've added a -D variable called test.exclude.pattern that you can using like this: > {code} > mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java > {code} > to exclude the unit tests form TestFoo and TestBar in this run. By default there is nothing excluded. -- This message was sent by Atlassian JIRA (v6.3.4#6332)