You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,15 +54,15 @@ The code is available on GitHub at <https://github.com/hibernate/hibernate-ogm>.
54
54
55
55
To run the full project build including tests for all backends, documentation etc. execute:
56
56
57
-
mvn clean install -s settings-example.xml
57
+
mvn clean install
58
58
59
59
Note that for running the test suite against separately installed MongoDB or Neo4j servers their host name must be specified via an environment variable.
60
60
See the sections below for the details.
61
61
62
62
To speed things up, there are several options for skipping parts of the build.
63
63
To run the minimum project build without integration tests, documentation and distribution execute:
0 commit comments