This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push:
new 9590ae1 Document a bit more
9590ae1 is described below
commit 9590ae19894465c9299376814856b8ce8bb2f856
Author: remm <[email protected]>
AuthorDate: Tue Jul 30 11:18:17 2024 +0200
Document a bit more
---
README.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/README.md b/README.md
index 95ac6cf..bc88f81 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,24 @@
This is a Maven project that can be used to run the refactored TCK (Jakarta 11
onwards) with Tomcat 11.
+### Download the TCK
+
+Downloading the TCK first is required:
+
+1. Review the component TCK and Tomcat versions in `$TCK_TOMCAT/pom.xml` and
edit as required.
+
+1. `cd $TOMCAT_TCK/download`
+
+1. `mvn verify`
+
+Alternately, all the TCKs can be downloaded and run at once:
+
+1. Review the component TCK and Tomcat versions in `$TCK_TOMCAT/pom.xml` and
edit as required.
+
+1. `cd $TOMCAT_TCK`
+
+1. `mvn verify`
+
### Running the Annotations TCK
1. Review the component TCK and Tomcat versions in `$TCK_TOMCAT/pom.xml` and
edit as required.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]