Skip to content

Commit 4b3c5b5

Browse files
committed
Add nexus staging plugin to release profile
1 parent 3b16e8f commit 4b3c5b5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,17 @@
204204
</execution>
205205
</executions>
206206
</plugin>
207+
<plugin>
208+
<groupId>org.sonatype.plugins</groupId>
209+
<artifactId>nexus-staging-maven-plugin</artifactId>
210+
<version>1.6.7</version>
211+
<extensions>true</extensions>
212+
<configuration>
213+
<serverId>ossrh</serverId>
214+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
215+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
216+
</configuration>
217+
</plugin>
207218
</plugins>
208219
</build>
209220
</profile>

0 commit comments

Comments
 (0)