Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Quasar
-
Team Quasar sprint 282
Description
This is a result of the upgrade to java 11. To the jenkinsfile the following was added
mavenExtraOptions: "-Dfailsafe.useModulePath=false"
Obviously, local maven failsafe tests run as
mvn verify
now will fail as they do not have this extra -Dfailsafe.useModulePath=false . Instead of adding it only to the jenkins pipeline, just add it to the failsafe config in the project pom.xml (which I hope every module uses then as well but we'll see how jenkins likes it)