SLING-9335 - Capabilities based on the extends file should be merged with capabilities based on resource label scripts

* added a main script for org.apache.sling.scripting.examplebundle.extend2.two,
which also extends org.apache.sling.scripting.examplebundle.extend2.one
* adapted tests
17 files changed
tree: 4a7505337db4fd64a0527e1d31c15a06ea735101
  1. examples/
  2. it/
  3. .gitignore
  4. .sling-module.json
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Build Status Test Status License scripting

Apache Sling Scripting Bundle Tracker Integration Tests

This project provides the integration tests and some test examples for the Apache Sling Scripting Bundle Tracker module.

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