tree: 5fdc8b58db433d275159a6a3250775ab06f4fd43 [path history] [tgz]
  1. src/
  2. bnd.bnd
  3. invoker.properties
  4. pom.xml
  5. README.md
src/it/annotations-it/README.md

Integration tests for the servlets annotations module.

To run or debug the tests from this folder, use:

mvn clean verify -Dannotations.bundle.version=VVV

Where VVV is the version of the annotations bundle to test.

These could be simplified using a verify script for the generated annotations, as in the sling-org-apache-sling-adapter-annotations module.

Also, the ServletRegistrationIT should move to the servlets resolver module, as it's really testing it and not just our annotations.