Skip to content

Commit 3bc582e

Browse files
committed
Add sonatype Maven Central deploy plugin
1 parent 6a51501 commit 3bc582e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@
116116
</archive>
117117
</configuration>
118118
</plugin>
119+
<plugin>
120+
<groupId>org.sonatype.central</groupId>
121+
<artifactId>central-publishing-maven-plugin</artifactId>
122+
<version>0.7.0</version>
123+
<extensions>true</extensions>
124+
<configuration>
125+
<publishingServerId>central</publishingServerId>
126+
</configuration>
127+
</plugin>
119128
</plugins>
120129
</build>
121130
<profiles>

0 commit comments

Comments
 (0)