Skip to content

Commit 0a5f636

Browse files
committed
Polishing.
Update readme. See #2578
1 parent f0ab34b commit 0a5f636

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 Build Infrastructure image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-build%2Fmain&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-build/] 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 Build"]
1+
= Spring Data Build Infrastructure 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 Build"]
22

33
This repository contains common infrastructure to be used by Spring Data modules that build with Maven. It consists of a _resources_ project that bundles up resources that are needed during the build CSS for reference documentation generation and JavaDoc. The second project is _parent_ that can be used as parent project to pre-configure core dependencies, properties, reference documentation generation and most important of all the appropriate distribution assembly.
44

@@ -65,7 +65,7 @@ As an example have a look at the build of https://github.com/spring-projects/spr
6565

6666
=== Multi project setup
6767

68-
A multi module setup requires slightly more setup and some structure being set up.
68+
A multi-module setup requires slightly more setup and some structure being set up.
6969

7070
* The root `pom.xml` needs to configure the `project.type` property to `multi`.
7171
* Asciidoc documentation sources need to be in the root project.
@@ -83,7 +83,7 @@ As an example have a look at the build of https://github.com/spring-projects/spr
8383
== Additional build profiles
8484

8585
* `ci` - Packages the JavaDoc as JAR for distribution (needs to be active on the CI server to make sure we distribute JavaDoc as JAR).
86-
* `distribute` - Creates Asciidoc documentation.
86+
* `antora` - Creates Antora documentation.
8787
* `distribute-schema` - Creates schema file distribution.
8888
* `spring…-next` - Configures the Spring version to be used to be the next Spring Framework snapshot version.
8989

0 commit comments

Comments
 (0)