From commits-return-81747-archive-asf-public=cust-asf.ponee.io@maven.apache.org Fri Aug 2 11:53:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3F614180647 for ; Fri, 2 Aug 2019 13:53:10 +0200 (CEST) Received: (qmail 15852 invoked by uid 500); 2 Aug 2019 11:53:09 -0000 Mailing-List: contact commits-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 commits@maven.apache.org Received: (qmail 15841 invoked by uid 99); 2 Aug 2019 11:53:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2019 11:53:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6395C816C5; Fri, 2 Aug 2019 11:53:09 +0000 (UTC) Date: Fri, 02 Aug 2019 11:53:09 +0000 To: "commits@maven.apache.org" Subject: [maven-surefire] branch master updated: [maven-failsafe-plugin]: unnecessary 'setupIncludes' and snapshot dependencies in invoker ITs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156474678933.10698.7706787287564138939@gitbox.apache.org> From: tibordigana@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-surefire X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3b2cd356a190af7c7f64d8be81a2ff1d1176e7dc X-Git-Newrev: e61f8a132555d195485822433e191efa8efa8a48 X-Git-Rev: e61f8a132555d195485822433e191efa8efa8a48 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git The following commit(s) were added to refs/heads/master by this push: new e61f8a1 [maven-failsafe-plugin]: unnecessary 'setupIncludes' and snapshot dependencies in invoker ITs e61f8a1 is described below commit e61f8a132555d195485822433e191efa8efa8a48 Author: tibordigana AuthorDate: Fri Aug 2 13:52:57 2019 +0200 [maven-failsafe-plugin]: unnecessary 'setupIncludes' and snapshot dependencies in invoker ITs --- maven-failsafe-plugin/pom.xml | 3 --- maven-failsafe-plugin/src/it/settings.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 629a8fc..82974b0 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -320,9 +320,6 @@ verify -nsu - - dummy-*/pom.xml - */pom.xml diff --git a/maven-failsafe-plugin/src/it/settings.xml b/maven-failsafe-plugin/src/it/settings.xml index 144ef9a..2ec940a 100644 --- a/maven-failsafe-plugin/src/it/settings.xml +++ b/maven-failsafe-plugin/src/it/settings.xml @@ -32,7 +32,7 @@ true - true + false