File tree 2 files changed +19
-11
lines changed
2 files changed +19
-11
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 26
26
<micrometer-docs-generator .inclusionPattern>.*</micrometer-docs-generator .inclusionPattern>
27
27
<micrometer-docs-generator .outputPath>${maven.multiModuleProjectDirectory} /docs/modules/ROOT/partials/</micrometer-docs-generator .outputPath>
28
28
</properties >
29
- <!-- <dependencies>
30
- <dependency>
31
- <groupId>${project.groupId}</groupId>
32
- <artifactId>spring-cloud-starter-consul</artifactId>
33
- </dependency>
34
- <dependency>
35
- <groupId>${project.groupId}</groupId>
36
- <artifactId>spring-cloud-starter-consul-all</artifactId>
37
- </dependency>
38
- </dependencies> -->
39
29
<build >
40
30
<sourceDirectory >src/main/asciidoc</sourceDirectory >
41
31
</build >
42
32
<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-consul</artifactId >
44
+ </dependency >
45
+ <dependency >
46
+ <groupId >${project.groupId} </groupId >
47
+ <artifactId >spring-cloud-starter-consul-all</artifactId >
48
+ </dependency >
49
+ </dependencies >
50
+ </profile >
43
51
<profile >
44
52
<id >docs</id >
45
53
<build >
You can’t perform that action at this time.
0 commit comments