|
1 | | -= Spring Data Commons image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-commons%2F&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-commons/] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Data Core"] |
| 1 | += Spring Data Commons image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Data Core"] |
2 | 2 |
|
3 | 3 | https://projects.spring.io/spring-data/[Spring Data Commons] is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. It contains technology neutral repository interfaces as well as a metadata model for persisting Java classes.
|
4 | 4 |
|
@@ -93,10 +93,10 @@ Building the documentation builds also the project without running tests.
|
93 | 93 |
|
94 | 94 | [source,bash]
|
95 | 95 | ----
|
96 | | - $ ./mvnw clean install -Pdistribute |
| 96 | + $ ./mvnw clean install -Pantora |
97 | 97 | ----
|
98 | 98 |
|
99 | | -The generated documentation is available from `target/site/reference/html/index.html`. |
| 99 | +The generated documentation is available from `target/site/index.html`. |
100 | 100 |
|
101 | 101 | == License
|
102 | 102 |
|
|
0 commit comments