Revert "SLING-7046: Run the Sling ITs with Java 9"

This reverts commit 6504a5c762b9c2b2bb5d50d6047ec809aba7ab8f.

Since the jetty:run-war goal does not support forking, the jvmArgs
parameter did not have any effect.
1 file changed
tree: 2589e157b30245f21eabcf95458752e96f656fd6
  1. src/
  2. .gitignore
  3. .sling-module.xml
  4. LICENSE
  5. pom.xml
  6. README.md
README.md

Apache Sling Launchpad Testing WAR

This module is part of the Apache Sling project.

This module builds a Sling instance using bundles from the trunk, and runs integration tests against it, via HTTP.

Integration tests

This module runs number of integration tests provided by the sibling integration-tests module.

To run individual tests, see the README.txt in that module.