Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11254

Remove maven-failsafe-plugin in infinispan-server-runtime

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • None
    • 10.1.1.Final
    • Server, Test Suite
    • None

      infinispan-server-runtime uses both maven-surefire-plugin and maven-failsafe-plugin, which makes it confusing sometimes. E.g. when trying to run a single integration test with -Dit.test=SomeIT, the surefire tests still run.

      maven-failsafe-plugin 3.0.0 is supposed to replace -DskipTests with -DskipITs, so both -DskipTests -Dit.test=SomeIT and -DskipITs -Dtest=SomeTest will work. They haven't yet removed it in version 3.0.0-M4, but if we decide to keep both plugins after all, we can emulate the new behaviour with

                     <skipTests>${skipITs}</skipTests>
      

              Unassigned Unassigned
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: