Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A74D18C34 for ; Sun, 13 Dec 2015 16:30:47 +0000 (UTC) Received: (qmail 27919 invoked by uid 500); 13 Dec 2015 16:30:47 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 27870 invoked by uid 500); 13 Dec 2015 16:30:47 -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 27848 invoked by uid 99); 13 Dec 2015 16:30:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Dec 2015 16:30:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B46942C1F6C for ; Sun, 13 Dec 2015 16:30:46 +0000 (UTC) Date: Sun, 13 Dec 2015 16:30:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SUREFIRE-1194) reporter argument does not work for TestNG 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/SUREFIRE-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15055040#comment-15055040 ] ASF GitHub Bot commented on SUREFIRE-1194: ------------------------------------------ Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-164274018 @juherr Please try to test with official Version Maven 3.0.5 which should be used in Surefire project. I used 3.2.1. I will try with 3.0.5 as well and let you know my findings. > reporter argument does not work for TestNG > ------------------------------------------ > > Key: SUREFIRE-1194 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1194 > Project: Maven Surefire > Issue Type: Bug > Components: TestNG support > Affects Versions: 2.19 > Reporter: Testo Nakada > Assignee: Tibor Digana > Fix For: 2.19.1 > > > TestNG plugin seems to map -reporter command line parameter to reporterslist which was removed in TestNG project since 2010 (a4779524b59330e98ee596c5faa43ae1b33ff844). Therefore, this configuration has stopped working since then. The configuration mentioned in http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Using_Custom_Listeners_and_Reporters does not work as expected. -- This message was sent by Atlassian JIRA (v6.3.4#6332)