Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix integration-tests package include

...

  • Support for API compatibility checks, with japicmp. [BUILD-407]

  • The integration-tests profile segregates execution of unit vs. integration tests, running with surefire and failsafe plugins, respectively, according to a package convention.
    Failsafe includes test classes by package include: it/**/*.java, for example it.info.magnolia.sso.SsoModuleIT, within the usual src/test/java source root. [BUILD-421]

Changed

...