Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 73cc939

Browse files
authored
Merge pull request #87 from ssarmokadam/develop
added plugin for deploying artifact
2 parents 3ffd6e2 + 3f2f730 commit 73cc939

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
@@ -147,6 +147,17 @@
147147
</executions>
148148
</plugin>
149149

150+
<plugin>
151+
<groupId>org.sonatype.plugins</groupId>
152+
<artifactId>nexus-staging-maven-plugin</artifactId>
153+
<version>1.6.7</version>
154+
<extensions>true</extensions>
155+
<configuration>
156+
<serverId>ossrh</serverId>
157+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
158+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
159+
</configuration>
160+
</plugin>
150161
</plugins>
151162
</build>
152163

0 commit comments

Comments
 (0)