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 --------------------