From commits-return-73768-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sun Jun 17 18:47:16 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F088218062A for ; Sun, 17 Jun 2018 18:47:15 +0200 (CEST) Received: (qmail 69820 invoked by uid 500); 17 Jun 2018 16:47:15 -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 69811 invoked by uid 99); 17 Jun 2018 16:47:15 -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; Sun, 17 Jun 2018 16:47:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7500E8073B; Sun, 17 Jun 2018 16:47:14 +0000 (UTC) Date: Sun, 17 Jun 2018 16:47:13 +0000 To: , "' commits@maven.apache.org" , '@gitbox.apache.org, Subject: [maven-enforcer] branch MENFORCER-305 updated (f6bff31 -> ae18153) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152925403371.26526.11175562276530370005@gitbox.apache.org> From: khmarbaise@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-enforcer X-Git-Refname: refs/heads/MENFORCER-305 X-Git-Reftype: branch X-Git-Oldrev: f6bff31c8cb72bf8635948f4e7a4627f39c1952b X-Git-Newrev: ae18153f926d41e0e8f9b5af71c23a8d1ee747b2 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a change to branch MENFORCER-305 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git. discard f6bff31 [MENFORCER-305] - Add documentation information for GitHub add 8b7c40a Set surefire to 2.21.0 to support java 10 Normalize LICENSE file for Windows in IT to get same checksums add eac2712 Upgrade mockito to support Java 10 add 84f2c66 Fix Javadoc errors add 62e3682 [maven-release-plugin] prepare release enforcer-3.0.0-M2 add 7a98f2b [maven-release-plugin] prepare for next development iteration add 9c4ab3e [MENFORCER-142] - Specify enforcer rule in command line without modifying any pom o Merged initial PoC implementation o Added some basic integration tests. new ae18153 [MENFORCER-305] - Add documentation information for GitHub This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (f6bff31) \ N -- N -- N refs/heads/MENFORCER-305 (ae18153) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../utils/MockEnforcerExpressionEvaluator.java | 11 ++---- .../invoker.properties | 2 +- .../{display-info => cli-always-fail}/pom.xml | 17 ++++----- .../invoker.properties | 2 +- .../{always-pass => cli-always-pass}/pom.xml | 0 .../it/projects/require-file-checksum/setup.groovy | 8 +++-- .../apache/maven/plugins/enforcer/EnforceMojo.java | 42 ++++++++++++++++++++-- pom.xml | 3 +- 8 files changed, 57 insertions(+), 28 deletions(-) copy maven-enforcer-plugin/src/it/projects/{ban-transitive-dependencies-fail => cli-always-fail}/invoker.properties (88%) copy maven-enforcer-plugin/src/it/projects/{display-info => cli-always-fail}/pom.xml (80%) copy maven-enforcer-plugin/src/it/projects/{always-fail-warn => cli-always-pass}/invoker.properties (88%) copy maven-enforcer-plugin/src/it/projects/{always-pass => cli-always-pass}/pom.xml (100%) copy Jenkinsfile => maven-enforcer-plugin/src/it/projects/require-file-checksum/setup.groovy (90%) -- To stop receiving notification emails like this one, please contact khmarbaise@apache.org.