Skip to content

Commit 30b69cd

Browse files
committed
chore: configure central-publishing-maven-plugin
1 parent dc217e1 commit 30b69cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,16 @@
443443
</plugins>
444444
</pluginManagement>
445445
<plugins>
446+
<plugin>
447+
<groupId>org.sonatype.central</groupId>
448+
<artifactId>central-publishing-maven-plugin</artifactId>
449+
<version>0.7.0</version>
450+
<extensions>true</extensions>
451+
<configuration>
452+
<publishingServerId>central</publishingServerId>
453+
<autoPublish>true</autoPublish>
454+
</configuration>
455+
</plugin>
446456
<plugin>
447457
<artifactId>maven-compiler-plugin</artifactId>
448458
<configuration>

0 commit comments

Comments
 (0)