File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 6
6
ext :
7
7
collector :
8
8
run :
9
- command : ./mvnw --no-transfer-progress -B process-resources -Pdocs -pl docs -Dantora-maven-plugin.phase=none -Dgenerate-docs.phase=none -Dgenerate-readme.phase=none -Dgenerate-cloud-resources.phase=none -Dmaven-dependency-plugin-for-docs.phase=none -Dmaven-dependency-plugin-for-docs-classes.phase=none -DskipTests
9
+ command : ./mvnw --no-transfer-progress -B process-resources -Pdocs -pl docs -Dantora-maven-plugin.phase=none -Dgenerate-docs.phase=none -Dgenerate-readme.phase=none -Dgenerate-cloud-resources.phase=none -Dmaven-dependency-plugin-for-docs.phase=none -Dmaven-dependency-plugin-for-docs-classes.phase=none -DskipTests -DdisableConfigurationProperties
10
10
local : true
11
11
scan :
12
12
dir : ./target/classes/antora-resources/
Original file line number Diff line number Diff line change 40
40
<sourceDirectory >src/main/asciidoc</sourceDirectory >
41
41
</build >
42
42
<profiles >
43
+ <profile >
44
+ <id >enable-configuration-properties</id >
45
+ <activation >
46
+ <property >
47
+ <name >!disableConfigurationProperties</name >
48
+ </property >
49
+ </activation >
50
+ <dependencies >
51
+ <dependency >
52
+ <groupId >${project.groupId} </groupId >
53
+ <artifactId >spring-cloud-starter-openfeign</artifactId >
54
+ </dependency >
55
+ </dependencies >
56
+ </profile >
43
57
<profile >
44
58
<id >docs</id >
45
59
<build >
You can’t perform that action at this time.
0 commit comments