Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ead55ef

Browse files
committedFeb 26, 2025
Update README with Maven wrapper commands and test prerequisites
Resolves #20 Signed-off-by: Christian Tzolov <[email protected]>
1 parent d9c4818 commit ead55ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

Diff for: ‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ For comprehensive guides and SDK API documentation, visit the [MCP Java SDK Refe
1717
### Building from Source
1818

1919
```bash
20-
mvn clean install
20+
./mvnw clean install -DskipTests
2121
```
2222

2323
### Running Tests
2424

25+
To run the tests you have to pre-install `Docker` and `npx`.
26+
2527
```bash
26-
mvn test
28+
./mvnw test
2729
```
2830

2931
## Contributing

0 commit comments

Comments
 (0)
Please sign in to comment.