Skip to content

Commit e48626a

Browse files
committed
#431: Try to skip central-publishing.
1 parent 0990f88 commit e48626a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

testutil/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
<skip>true</skip>
7474
</configuration>
7575
</plugin>
76+
<plugin>
77+
<groupId>org.sonatype.central</groupId>
78+
<artifactId>central-publishing-maven-plugin</artifactId>
79+
<configuration>
80+
<autoPublish>false</autoPublish>
81+
<skipPublishing>true</skipPublishing>
82+
</configuration>
83+
</plugin>
7684
<plugin>
7785
<groupId>org.apache.maven.plugins</groupId>
7886
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)