Skip to content

Commit b85e742

Browse files
committed
1 parent 51e0543 commit b85e742

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

src/main/antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ content:
3333
- url: https://github.com/spring-projects/spring-data-commons
3434
# Refname matching:
3535
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
36-
branches: [ main, 3.2.x ]
36+
branches: [ main ]
3737
start_path: src/main/antora
3838
asciidoc:
3939
attributes:

src/main/antora/antora.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ nav:
2222
ext:
2323
collector:
2424
- run:
25-
command: ./mvnw validate process-resources -am -Pantora-process-resources
25+
command: ./mvnw -B validate process-resources dependency:unpack -am -Pantora-process-resources
2626
local: true
2727
scan:
28-
dir: target/classes/
29-
- run:
30-
command: ./mvnw package -Pdistribute
31-
local: true
32-
scan:
33-
dir: target/antora
28+
- dir: target/classes/
29+
- dir: target/antora/
30+

0 commit comments

Comments
 (0)