Skip to content

Commit 4f6c592

Browse files
Added nexus-staging-maven-plugin.
1 parent c2680b5 commit 4f6c592

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,25 @@
244244
</execution>
245245
</executions>
246246
</plugin>
247+
<plugin>
248+
<groupId>org.sonatype.plugins</groupId>
249+
<artifactId>nexus-staging-maven-plugin</artifactId>
250+
<version>1.6.8</version>
251+
<configuration>
252+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
253+
<serverId>ossrh</serverId>
254+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
255+
</configuration>
256+
<executions>
257+
<execution>
258+
<id>default-deploy</id>
259+
<phase>deploy</phase>
260+
<goals>
261+
<goal>deploy</goal>
262+
</goals>
263+
</execution>
264+
</executions>
265+
</plugin>
247266
</plugins>
248267
</build>
249268
</project>

0 commit comments

Comments
 (0)