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