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 66ext :
77 collector :
88 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
1010 local : true
1111 scan :
1212 dir : ./target/classes/antora-resources/
Original file line number Diff line number Diff line change 4040 <sourceDirectory >src/main/asciidoc</sourceDirectory >
4141 </build >
4242 <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 >
4357 <profile >
4458 <id >docs</id >
4559 <build >
You can’t perform that action at this time.
0 commit comments