refactor

* extracted IT in separate module (need to re-add jacoco)
* made sure BRU dependencies are obtained with the correct bundle context
8 files changed
tree: 6f418cd0ea524a40e0c3d5c78030cd0847c74a23
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling Scripting Resolver (WIP, name not final)

Integration Tests

To run the integration tests do:

mvn clean verify -Pit

Example

To play around with a sling instance on localhost port 8080 (override with -Dhttp.port=) that has the examples installed run:

mvn clean verify -Pexample