Skip to content

Commit 754b1c1

Browse files
Adds missing Maven Central Upload Plugin
1 parent 9aafb6d commit 754b1c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,20 @@
305305
</execution>
306306
</executions>
307307
</plugin>
308+
309+
<!-- Upload to Maven Central -->
310+
<plugin>
311+
<groupId>org.sonatype.plugins</groupId>
312+
<artifactId>nexus-staging-maven-plugin</artifactId>
313+
<version>1.6.8</version>
314+
<extensions>true</extensions>
315+
<configuration>
316+
<serverId>ossrh</serverId>
317+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
318+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
319+
</configuration>
320+
</plugin>
321+
308322
</plugins>
309323
</build>
310324
</profile>

0 commit comments

Comments
 (0)