Skip to content

Commit 36262d1

Browse files
committed
adding description + nexus publish plugin
1 parent fd4b693 commit 36262d1

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<groupId>in.ashwanthkumar</groupId>
55
<artifactId>slack-java-webhook</artifactId>
66
<version>0.0.1</version>
7-
<name>Slack Webhook integration in Java</name>
7+
<name>Slack Webhook (Java)</name>
8+
<description>Slack Webhook API in Java</description>
89

910
<properties>
1011
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -146,6 +147,17 @@
146147
</execution>
147148
</executions>
148149
</plugin>
150+
<plugin>
151+
<groupId>org.sonatype.plugins</groupId>
152+
<artifactId>nexus-staging-maven-plugin</artifactId>
153+
<version>1.6.3</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>
149161
</plugins>
150162
</build>
151163
</profile>

0 commit comments

Comments
 (0)