Skip to content

Commit 9348a31

Browse files
committed
Polishing.
Fix documentation build profile and path. See #3314
1 parent e506aa8 commit 9348a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"]
22

33
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.
44

@@ -93,10 +93,10 @@ Building the documentation builds also the project without running tests.
9393

9494
[source,bash]
9595
----
96-
$ ./mvnw clean install -Pdistribute
96+
$ ./mvnw clean install -Pantora
9797
----
9898

99-
The generated documentation is available from `target/site/reference/html/index.html`.
99+
The generated documentation is available from `target/site/index.html`.
100100

101101
== License
102102

0 commit comments

Comments
 (0)