From 8128bfd1176b5e788f1e04c4c460859e3d45b78f Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Mon, 15 Jul 2024 12:43:39 +0200 Subject: [PATCH] Added how to run tests to readme.adoc Closes #90 --- readme.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.adoc b/readme.adoc index bd716d0..a9e4f1b 100644 --- a/readme.adoc +++ b/readme.adoc @@ -276,3 +276,13 @@ $ check-links $url ---- $ check-links file:///usr/git/spring-data-mongodb/target/site/reference/html/index.html --report ERROR,REDIRECT ---- + +==== Running the Tests + +In order to run the test you need either `MAVEN_HOME` setup properly, or run your maven build like this: + +``` +mvn clean verify -Dmaven.maven-home=/opt/homebrew/bin/mvn +``` + +Obviously, the path given should be the location of your Maven installation. \ No newline at end of file