From issues-return-164765-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Apr 25 21:37:02 2020 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 9D130180661 for ; Sat, 25 Apr 2020 23:37:02 +0200 (CEST) Received: (qmail 53404 invoked by uid 500); 25 Apr 2020 21:37:02 -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 53391 invoked by uid 99); 25 Apr 2020 21:37:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Apr 2020 21:37:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 353F6E30BD for ; Sat, 25 Apr 2020 21:37:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 3142A780595 for ; Sat, 25 Apr 2020 21:37:00 +0000 (UTC) Date: Sat, 25 Apr 2020 21:37:00 +0000 (UTC) From: "Hudson (Jira)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MNG-5640) AbstractMavenLifecycleParticipant#afterSessionEnd is not invoked in some cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MNG-5640?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D170923= 84#comment-17092384 ]=20 Hudson commented on MNG-5640: ----------------------------- Build succeeded in Jenkins: Maven TLP =C2=BB maven =C2=BB runITsWithJavaEA = #62 See https://builds.apache.org/job/maven-box/job/maven/job/runITsWithJavaEA/= 62/ > AbstractMavenLifecycleParticipant#afterSessionEnd is not invoked in some = cases > -------------------------------------------------------------------------= ----- > > Key: MNG-5640 > URL: https://issues.apache.org/jira/browse/MNG-5640 > Project: Maven > Issue Type: Bug > Components: Plugins and Lifecycle > Affects Versions: 3.2.1 > Reporter: Tam=C3=A1s Cserven=C3=A1k > Assignee: Jason van Zyl > Priority: Major > Fix For: 3.2.2 > > Attachments: aftersessionend.zip > > > It seems that {{AbstractMavenLifecycleParticipant#afterSessionEnd}} is no= t invoked in some cases, at least one case for sure: when the build fails. > Reproduce case: > 1. unzip the attached project > 2. build it but skip tests {{mvn clean install -Dtest=3Dvoid -DfailIfNoTe= sts=3Dfalse}} > 3. install the resulting jar in /lib/ext of your Maven 3.2.1 > 4. with JAR installed in Maven, build it again with skipped tests > 5. verify console output (both {{afterProjectsRead OK}} and {{afterSessio= nEnd OK}} are printed on console) > 6. with JAR installed in Maven, build it again with tests (there is one U= T that always fails). > 6. console output contains only {{afterProjectsRead OK}}, but afterSessio= nEnd method is NOT invoked. -- This message was sent by Atlassian Jira (v8.3.4#803005)