Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 09A34200C03 for ; Fri, 6 Jan 2017 19:27:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 086E8160B37; Fri, 6 Jan 2017 18:27:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 58B9E160B39 for ; Fri, 6 Jan 2017 19:26:59 +0100 (CET) Received: (qmail 58625 invoked by uid 500); 6 Jan 2017 18:26:58 -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 58574 invoked by uid 99); 6 Jan 2017 18:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 18:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 56CCF2C03DE for ; Fri, 6 Jan 2017 18:26:58 +0000 (UTC) Date: Fri, 6 Jan 2017 18:26:58 +0000 (UTC) From: "Tibor Digana (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SUREFIRE-1322) Surefire and Failsafe should dump critical errors in dump file and console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Jan 2017 18:27:00 -0000 [ https://issues.apache.org/jira/browse/SUREFIRE-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805219#comment-15805219 ] Tibor Digana commented on SUREFIRE-1322: ---------------------------------------- https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=303cc8acdaf677bee9751da94de16e07083febb7 https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commitdiff;h=df7e143c26b09678a0e6885b7ffcc65070688eb9 https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commitdiff;h=66bc4c0839ba11af7a8915930f76abf3cd58ee53 > Surefire and Failsafe should dump critical errors in dump file and console > -------------------------------------------------------------------------- > > Key: SUREFIRE-1322 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1322 > Project: Maven Surefire > Issue Type: Bug > Reporter: Tibor Digana > Assignee: Tibor Digana > Fix For: 2.19.2 > > > Both plugins, Surefire and Failsafe, dump stack trace and error messages and lost commands in dump file or in console: > [date]-jvmRun[N].dump, > [date].dumpstream and > [date]-jvmRun[N].dumpstream > IN previous versions the plugins threw exceptions like, MojoExecutionException and MojoFailureException, but the user could not see any message of error which killed the plugin internally. > Since now this is possible and the user can see the dump files in target > target/failsafe-reports and target/surefire-reports. -- This message was sent by Atlassian JIRA (v6.3.4#6332)