From 085726143980a0e9b4b7f42e8335e5b81de92460 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 2 Aug 2024 06:22:20 -0400 Subject: [PATCH] docs: minor update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 458aae9..d6ce393 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ the project. Simply run: mvn package ``` +To run the Jakarta JSP intgration test, to validate that the JSP Tags and EL work correctly run: + +```shell +mvn verify -PtestJakarta +``` + +* Note that the above test may fail on modern Apple silicon. + Java 9+ Module Names --------------------