From b2c62d50cb67e0caa82662f25f961cdb4a7e391e Mon Sep 17 00:00:00 2001 From: Christian Tzolov <1351573+tzolov@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:13:25 +0100 Subject: [PATCH] Update README with Maven wrapper commands and test prerequisites (#23) Resolves #20 Signed-off-by: Christian Tzolov --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2157b7d..caa6bf0 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ For comprehensive guides and SDK API documentation, visit the [MCP Java SDK Refe ### Building from Source ```bash -mvn clean install +./mvnw clean install -DskipTests ``` ### Running Tests +To run the tests you have to pre-install `Docker` and `npx`. + ```bash -mvn test +./mvnw test ``` ## Contributing