Added how to run tests to readme.adoc

Closes #90
This commit is contained in:
Jens Schauder
2024-07-15 12:43:39 +02:00
parent 9124d2d9c4
commit 8128bfd117

View File

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