File tree 2 files changed +66
-7
lines changed
2 files changed +66
-7
lines changed Original file line number Diff line number Diff line change 54
54
<spring-shell .version>1.2.0.RELEASE</spring-shell .version>
55
55
</properties >
56
56
57
+ <build >
58
+ <plugins >
59
+ <plugin >
60
+ <groupId >org.apache.maven.plugins</groupId >
61
+ <artifactId >maven-javadoc-plugin</artifactId >
62
+ <configuration >
63
+ <dependencySourceExcludes >
64
+ <dependencySourceExclude >org.apache.geode:geode-gfsh</dependencySourceExclude >
65
+ </dependencySourceExcludes >
66
+ <failOnWarnings >false</failOnWarnings >
67
+ <links >
68
+ <link >https://geode.apache.org/releases/latest/javadoc/</link >
69
+ </links >
70
+ </configuration >
71
+ </plugin >
72
+ </plugins >
73
+ </build >
74
+
75
+ <profiles >
76
+
77
+ <profile >
78
+ <id >ci</id >
79
+ <build >
80
+ <plugins >
81
+ <plugin >
82
+ <groupId >org.apache.maven.plugins</groupId >
83
+ <artifactId >maven-javadoc-plugin</artifactId >
84
+ <configuration >
85
+ <dependencySourceExcludes >
86
+ <dependencySourceExclude >org.apache.geode:geode-gfsh</dependencySourceExclude >
87
+ </dependencySourceExcludes >
88
+ <failOnWarnings >false</failOnWarnings >
89
+ <links >
90
+ <link >https://geode.apache.org/releases/latest/javadoc/</link >
91
+ </links >
92
+ </configuration >
93
+ </plugin >
94
+ </plugins >
95
+ </build >
96
+ </profile >
97
+
98
+ <profile >
99
+ <id >distribute</id >
100
+ <build >
101
+ <plugins >
102
+ <plugin >
103
+ <groupId >org.apache.maven.plugins</groupId >
104
+ <artifactId >maven-javadoc-plugin</artifactId >
105
+ <configuration >
106
+ <dependencySourceExcludes >
107
+ <dependencySourceExclude >org.apache.geode:geode-gfsh</dependencySourceExclude >
108
+ </dependencySourceExcludes >
109
+ <failOnWarnings >false</failOnWarnings >
110
+ <links >
111
+ <link >https://geode.apache.org/releases/latest/javadoc/</link >
112
+ </links >
113
+ </configuration >
114
+ </plugin >
115
+ </plugins >
116
+ </build >
117
+ </profile >
118
+
119
+ </profiles >
120
+
57
121
<repositories >
58
122
59
123
<repository >
Original file line number Diff line number Diff line change 283
283
</systemProperties >
284
284
</configuration >
285
285
</plugin >
286
- <plugin >
287
- <groupId >org.apache.maven.plugins</groupId >
288
- <artifactId >maven-javadoc-plugin</artifactId >
289
- <configuration >
290
- <excludePackageNames >org.apache.geode.lang:org.apache.geode.management.internal</excludePackageNames >
291
- </configuration >
292
- </plugin >
293
286
</plugins >
294
287
</build >
295
288
296
289
<profiles >
290
+
297
291
<profile >
298
292
<id >local-java17</id >
299
293
<build >
343
337
</plugins >
344
338
</build >
345
339
</profile >
340
+
346
341
</profiles >
347
342
348
343
</project >
You can’t perform that action at this time.
0 commit comments