This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new f5d63f9 Update README.md
f5d63f9 is described below
commit f5d63f9c0989e56f80b59840145e4a81376235e6
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Mar 16 13:45:37 2021 +0100
Update README.md
---
src/it/annotations-it/README.md | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/src/it/annotations-it/README.md b/src/it/annotations-it/README.md
index eda9f4e..1200b54 100644
--- a/src/it/annotations-it/README.md
+++ b/src/it/annotations-it/README.md
@@ -1,15 +1,4 @@
-Integration tests for the servlets annotations module.
+# 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.
+These tests use the `verify.groovy` script to validate generated
+OSGi service annotations.