tree: 0cd5bd988e6d4497fa0cbdae5e469f7ca1ee5495 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
  4. test-bundles.xml
oak-it-osgi/README.md

Oak Integration tests for OSGi deployments

This modules validates basic Oak functionality in an OSGi environment.

The Oak modules under test are not picked up from the reactor build. Instead, they are read from the local repository and copied in a well-known location using the maven-assembly-plugin.

In order to test a change made in a different module, you would need to:

  • Run mvn install in the changed module
  • Run mvn assembly:single in this module
  • Re-run the test(s) in this module