File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 124124 </execution >
125125 </executions >
126126 </plugin >
127- <!-- 源代码插件 -->
128- <plugin >
129- <groupId >org.apache.maven.plugins</groupId >
130- <artifactId >maven-source-plugin</artifactId >
131- <version >3.3.1</version >
132- <executions >
133- <execution >
134- <id >attach-sources</id >
135- <goals >
136- <goal >jar-no-fork</goal >
137- </goals >
138- </execution >
139- </executions >
140- </plugin >
141- <!-- Javadoc插件 -->
142- <plugin >
143- <groupId >org.apache.maven.plugins</groupId >
144- <artifactId >maven-javadoc-plugin</artifactId >
145- <version >3.11.2</version >
146- <configuration >
147- <!-- 使用的Java版本 -->
148- <source >8</source >
149- <!-- 禁用严格检查 -->
150- <doclint >none</doclint >
151- </configuration >
152- <executions >
153- <execution >
154- <id >attach-javadocs</id >
155- <goals >
156- <goal >jar</goal >
157- </goals >
158- </execution >
159- </executions >
160- </plugin >
161127 </plugins >
162128 </build >
163129
You can’t perform that action at this time.
0 commit comments