This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
spring-cloud-common-security-config
spring-cloud-common-security-config-core
spring-cloud-common-security-config-web Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1313 <packaging >jar</packaging >
1414 <properties >
1515 <failIfNoTests >true</failIfNoTests >
16+ <maven-javadoc-plugin .version>3.4.1</maven-javadoc-plugin .version>
1617 </properties >
1718 <dependencies >
1819 <dependency >
3031 <scope >provided</scope >
3132 </dependency >
3233 </dependencies >
34+ <build >
35+ <plugins >
36+ <plugin >
37+ <groupId >org.apache.maven.plugins</groupId >
38+ <artifactId >maven-javadoc-plugin</artifactId >
39+ <version >${maven-javadoc-plugin.version} </version >
40+ <configuration >
41+ <additionalOptions >-Xdoclint:none</additionalOptions >
42+ </configuration >
43+ <executions >
44+ <execution >
45+ <id >javadoc</id >
46+ <goals >
47+ <goal >jar</goal >
48+ </goals >
49+ <phase >package</phase >
50+ </execution >
51+ </executions >
52+ </plugin >
53+ </plugins >
54+ </build >
3355</project >
Original file line number Diff line number Diff line change 1414 <properties >
1515 <failIfNoTests >true</failIfNoTests >
1616 <okhttp3 .version>5.0.0-alpha.14</okhttp3 .version>
17+ <maven-javadoc-plugin .version>3.4.1</maven-javadoc-plugin .version>
1718 </properties >
1819 <dependencies >
1920 <dependency >
8788 <artifactId >validation-api</artifactId >
8889 </dependency >
8990 </dependencies >
91+ <build >
92+ <plugins >
93+ <plugin >
94+ <groupId >org.apache.maven.plugins</groupId >
95+ <artifactId >maven-javadoc-plugin</artifactId >
96+ <version >${maven-javadoc-plugin.version} </version >
97+ <configuration >
98+ <additionalOptions >-Xdoclint:none</additionalOptions >
99+ </configuration >
100+ <executions >
101+ <execution >
102+ <id >javadoc</id >
103+ <goals >
104+ <goal >jar</goal >
105+ </goals >
106+ <phase >package</phase >
107+ </execution >
108+ </executions >
109+ </plugin >
110+ </plugins >
111+ </build >
90112</project >
You can’t perform that action at this time.
0 commit comments