Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C91110D73 for ; Fri, 2 Jan 2015 19:45:42 +0000 (UTC) Received: (qmail 29238 invoked by uid 500); 2 Jan 2015 19:45:40 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 29185 invoked by uid 500); 2 Jan 2015 19:45:40 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 29168 invoked by uid 99); 2 Jan 2015 19:45:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 19:45:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 19:45:34 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D8B96B1179 for ; Fri, 2 Jan 2015 13:45:13 -0600 (CST) Date: Fri, 2 Jan 2015 13:45:13 -0600 (CST) From: "Tibor Digana (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (SUREFIRE-868) Add skipUnits property to Surefire Plugin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/SUREFIRE-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-868: ---------------------------------- Fix Version/s: 3.0 > Add skipUnits property to Surefire Plugin > ----------------------------------------- > > Key: SUREFIRE-868 > URL: https://jira.codehaus.org/browse/SUREFIRE-868 > Project: Maven Surefire > Issue Type: Improvement > Components: Maven Surefire Plugin > Affects Versions: 2.12 > Reporter: John Dobie > Priority: Minor > Fix For: 3.0 > > > The failsafe plugin allows its tests to be skipped using the skipITs property. > It would be very useful to have a skipUnits property defined in the same way for the surefire plugin. > At the moment to skip the surefire tests you have to use a form of skip or skipTest which also causes the failsafe tests to stop running. > With the new parameter it would be easy to run either, both or none. -- This message was sent by Atlassian JIRA (v6.1.6#6162)