File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
Expand file tree Collapse file tree 2 files changed +15
-7
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 2626 <micrometer-docs-generator .inclusionPattern>.*</micrometer-docs-generator .inclusionPattern>
2727 <micrometer-docs-generator .outputPath>${maven.multiModuleProjectDirectory} /docs/modules/ROOT/partials/</micrometer-docs-generator .outputPath>
2828 </properties >
29- <!-- <dependencies>
30- <dependency>
31- <groupId>${project.groupId}</groupId>
32- <artifactId>spring-cloud-starter-zookeeper-all</artifactId>
33- </dependency>
34- </dependencies> -->
3529 <build >
3630 <sourceDirectory >src/main/asciidoc</sourceDirectory >
3731 </build >
3832 <profiles >
33+ <profile >
34+ <id >enable-configuration-properties</id >
35+ <activation >
36+ <property >
37+ <name >!disableConfigurationProperties</name >
38+ </property >
39+ </activation >
40+ <dependencies >
41+ <dependency >
42+ <groupId >${project.groupId} </groupId >
43+ <artifactId >spring-cloud-starter-zookeeper-all</artifactId >
44+ </dependency >
45+ </dependencies >
46+ </profile >
3947 <profile >
4048 <id >docs</id >
4149 <build >
You can’t perform that action at this time.
0 commit comments