Skip to content

Commit 6fcc98d

Browse files
committed
fix(pom): add central-publishing-plugin.version=0.11.0 and normalize surefire skip=false
1 parent b8998a3 commit 6fcc98d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
<artifactId>maven-surefire-plugin</artifactId>
192192
<version>${maven-surefire-plugin.vertsion}</version>
193193
<configuration>
194-
<skip>true</skip>
195-
<skipTests>true</skipTests>
194+
<skip>false</skip>
195+
<skipTests>false</skipTests>
196196
<forkMode>once</forkMode>
197197
<argLine>-Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m
198198
-Dfile.encoding=UTF-8</argLine>
@@ -366,6 +366,7 @@
366366
<commons-lang.version>2.6</commons-lang.version>
367367
<xmlbeans.version>2.6.0</xmlbeans.version>
368368
<google-oauth-client.version>1.39.0</google-oauth-client.version>
369+
<maven-central-publishing-plugin.version>0.11.0</maven-central-publishing-plugin.version>
369370
<junit-jupiter.version>5.11.4</junit-jupiter.version></properties>
370371
</profile>
371372
<!-- 发布到 Maven Central Portal:mvn -Prelease deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
@@ -579,6 +580,7 @@
579580
<xmlbeans.version>5.3.0</xmlbeans.version>
580581
<xmlbeans-xmlpublic.version>2.6.0</xmlbeans-xmlpublic.version>
581582
<xmlbeans-xpath.version>2.6.0</xmlbeans-xpath.version>
583+
<maven-central-publishing-plugin.version>0.11.0</maven-central-publishing-plugin.version>
582584
</properties>
583585

584586
<!-- 依赖版本统一管理(dependencyManagement) -->

0 commit comments

Comments
 (0)