cardil commented on a change in pull request #112: Adding support for
externally passed random seed and printing used seed on console
URL: https://github.com/apache/maven-surefire/pull/112#discussion_r286838689
##########
File path: pom.xml
##########
@@ -514,7 +514,7 @@
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.1.0</version>
Review comment:
Yes. I should have written about it.
I was getting errors when running the `mvn clean install -Prun-its -e -V
-nsu` command while building the `maven-failsafe-plugin` subproject. These were
NPE errors in the `InstallerTask` class for the `maven-invoker-plugin`. The
errors were related to processing the `dependency-reduced-pom.xml` file.
After downgrade to previous version, project build fine.
I was building on OpenJDK 8u202 with Maven 3.6.0 on Ubuntu 18.04
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services