Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/107#issuecomment-160169598
Current status:
```
Tests in error:
testNgListenerReporter[3: TestNG
5.13](org.apache.maven.surefire.its.CheckTestNgListenerReporterIT): Exit code
was non-zero: 1; command line and log = (..)
testNgListenerReporter[4: TestNG
5.14.2](org.apache.maven.surefire.its.CheckTestNgListenerReporterIT): Exit code
was non-zero: 1; command line and log = (..)
testNgListenerReporter[5: TestNG
5.14.3](org.apache.maven.surefire.its.CheckTestNgListenerReporterIT): Exit code
was non-zero: 1; command line and log = (..)
```
Due to:
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.20-SNAPSHOT:test
(default-test) on project testng-listener-reporter: Execution default-test of
goal org.apache.maven.plugins:maven-surefire-plugin:2.20-SNAPSHOT:test failed:
There was an error in the forked process
[ERROR] java.lang.NoClassDefFoundError:
com/beust/jcommander/ParameterException
[ERROR] at
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:83)
[ERROR] at
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:134)
[ERROR] at
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:118)
[ERROR] at
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:152)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:286)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:240)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
[ERROR] Caused by: java.lang.ClassNotFoundException:
com.beust.jcommander.ParameterException
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
[ERROR] at java.security.AccessController.doPrivileged(Native Method)
[ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
[ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
[ERROR] ... 7 more
[ERROR] -> [Help 1]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]