File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 <artifactId >maven-surefire-plugin</artifactId >
193193 <version >${maven-surefire-plugin.version} </version >
194194 <configuration >
195- <skip >true </skip >
196- <skipTests >true </skipTests >
195+ <skip >false </skip >
196+ <skipTests >false </skipTests >
197197 <argLine >-Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m
198198 -Dfile.encoding=UTF-8</argLine >
199199 <additionalClasspathElements >
350350 <maven .test.skip>true</maven .test.skip>
351351 <additionalparam >-Xdoclint:none</additionalparam >
352352 <maven-jacoco-plugin .version>0.8.15</maven-jacoco-plugin .version>
353+ <maven-central-publishing-plugin .version>0.11.0</maven-central-publishing-plugin .version>
353354 </properties >
354355 </profile >
355356 <!-- 发布到 Maven Central Portal:mvn -Prelease deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
529530 <spring .version>6.1.12</spring .version>
530531 <springfox .version>3.0.0</springfox .version>
531532 <swagger .version>1.6.14</swagger .version>
533+ <maven-central-publishing-plugin .version>0.11.0</maven-central-publishing-plugin .version>
532534 </properties >
533535
534536 <!-- 依赖版本统一管理(dependencyManagement) -->
You can’t perform that action at this time.
0 commit comments