maven-surefire-plugin version 2.20.1 giving NullPointerException
See original GitHub issueMy Appium-Java-Maven tests is giving the following error while running on Circle CI, runs fine locally
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project MumboiOSTests: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test failed.: NullPointerException
versions used:
maven: 3.5.3
maven-surefire-plugin:2.20.1
JUnit 4.11
Please find the log below https://gist.github.com/aleenadavy90/bdc06f953397cd5240bf41eee1dee212
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:13 (6 by maintainers)
Top Results From Across the Web
maven-surefire-plugin version 2.20.1 giving ... - Apache
My Appium-Java-Maven tests is giving the following error while running on Circle CI, runs fine locally [ERROR] Failed to execute goal ...
Read more >org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test ...
Your problem is caused by this bug in maven-surefire : bugzilla.redhat.com/show_bug.cgi?id=1572708. Updating the version to ...
Read more >Surefire plugin produces NullPointerException when using ...
I found that version 2.20.1 is reported to have an issue with ... default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test failed.
Read more >Gradle Enterprise Maven Extension User Manual
Since version 1.2, the Gradle Enterprise Maven extension captures an identifier ... Giving a more concrete example, let's say you only want to...
Read more >[Solved]: Maven Error “Failed to execute goal org.apache ...
In maven java project, maven-surefire-plugin is required for any types of reports generation because mvn ... < version >5.5.2</ version >.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try to use Surefire 2.21.0.
On Tue, Mar 27, 2018 at 11:39 PM, Aleena Davy notifications@github.com wrote:
– Cheers Tibor
@aleenadavy90 @laki88 Check it out with Surefire 2.22.0. It already uses ASM 6.1.1 through plexus-java:0.9.8. We had some problems with old ASM while developed JUnit5 and tested on JDK 10. Updated therefore.