Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14EE111018 for ; Tue, 17 Jun 2014 18:19:17 +0000 (UTC) Received: (qmail 53035 invoked by uid 500); 17 Jun 2014 18:19:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 52994 invoked by uid 500); 17 Jun 2014 18:19:16 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 52974 invoked by uid 99); 17 Jun 2014 18:19:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 18:19:16 +0000 Date: Tue, 17 Jun 2014 18:19:16 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2920) test-accumulo-maven-plugin profile should heed skipTests too 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/ACCUMULO-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034157#comment-14034157 ] Christopher Tubbs commented on ACCUMULO-2920: --------------------------------------------- See the conversation in ACCUMULO-1675 > test-accumulo-maven-plugin profile should heed skipTests too > ------------------------------------------------------------ > > Key: ACCUMULO-2920 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2920 > Project: Accumulo > Issue Type: Improvement > Components: build, maven-plugin > Affects Versions: 1.6.0 > Reporter: Bill Havanki > Assignee: Christopher Tubbs > Priority: Minor > Labels: maven > > The POM for the maven-plugin module provides a "test-accumulo-maven-plugin" profile for running integration tests on the plugin. The profile activates only when the skipITs property, the same property referenced by the failsafe plugin, is not set. > It should also require that the skipTests property be unset. The skipTests property already controls whether tests are run by the surefire _or_ failsafe plugins, and having the same behavior here would be beneficial. Today, to run {{mvn install}} without any tests, you must say {{mvn -DskipTests -DskipITs install}}. It should be enough to say {{mvn -DskipTests install}}. > The problem is that it doesn't appear that Maven supports this level of logic in its profile activation syntax, at least not in any straightforward manner. -- This message was sent by Atlassian JIRA (v6.2#6252)