[
https://issues.apache.org/jira/browse/SUREFIRE-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030661#comment-15030661
]
ASF GitHub Bot commented on SUREFIRE-1194:
------------------------------------------
Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/107#issuecomment-160334856
Some artifacts was corrupted before. Now, they are the same than central.
For 5.14.3:
-----
> [WARNING] The POM for org.testng:testng:jar:5.14.3 is invalid, transitive
dependencies (if any) will not be available, enable debug logging for more
details
But I don't see what's wrong with the pom but it explains the
NoClassDefFound.
For 5.14.2:
------
> Cannot load class from file: listenReport.ResultListener
listenReport.SuiteListener
at org.testng.internal.ClassHelper.fileToClass(ClassHelper.java:464)
at org.testng.TestNG.configure(TestNG.java:1182)
at org.testng.TestNG.configure(TestNG.java:1341)
at
org.apache.maven.surefire.testng.conf.TestNGMapConfigurator.configure(TestNGMapConfigurator.java:52)
For 5.13:
-----
> java.lang.ClassCastException: java.util.ArrayList cannot be cast to
java.lang.String
at org.testng.TestNG.configure(TestNG.java:1370)
at
org.apache.maven.surefire.testng.conf.TestNGMapConfigurator.configure(TestNGMapConfigurator.java:52)
> 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)