Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-15014

Maven failsafe integration tests do not run locally

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 15.0.0
    • 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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: