Skip to content

Commit f2d8c71

Browse files
committed
1 parent 29997d1 commit f2d8c71

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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 -am -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)