We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29997d1 commit f2d8c71Copy full SHA for f2d8c71
src/main/antora/antora.yml
@@ -6,12 +6,8 @@ nav:
6
ext:
7
collector:
8
- run:
9
- command: ./mvnw validate process-resources -am -Pantora-process-resources
+ command: ./mvnw -B validate process-resources dependency:unpack -am -Pantora-process-resources
10
local: true
11
scan:
12
- dir: target/classes/
13
- - run:
14
- command: ./mvnw package -Pdistribute
15
- local: true
16
- scan:
17
- dir: target/antora
+ - dir: target/classes/
+ - dir: target/antora/
0 commit comments