Skip to content

Commit d3f7e91

Browse files
committed
1 parent ac43969 commit d3f7e91

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/main/antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content:
1717
- url: https://github.com/spring-projects/spring-data-commons
1818
# Refname matching:
1919
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
20-
branches: [ main, 3.2.x ]
20+
branches: [ main ]
2121
start_path: src/main/antora
2222
asciidoc:
2323
attributes:

src/main/antora/antora.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ nav:
66
ext:
77
collector:
88
- run:
9-
command: ./mvnw validate process-resources -Pantora-process-resources
9+
command: ./mvnw -B validate process-resources dependency:unpack -am -Pantora-process-resources
1010
local: true
1111
scan:
12-
dir: target/classes/
13-
- run:
14-
command: ./mvnw package -Pdistribute
15-
local: true
16-
scan:
17-
dir: target/antora
12+
- dir: target/classes/
13+
- dir: target/antora/

0 commit comments

Comments
 (0)