util
Clone or download
Modified Files
--- 'a/pom.xml'
+++ b/pom.xml
@@ -8,6 +8,9 @@
<artifactId>util</artifactId>
<version>1.0.0-SNAPSHOT</version>
+ <name>Stream-Pi Utilities</name>
+ <description>Utilities library for the Stream-Pi Client and Server</description>
+
<url>https://stream-pi.com/</url>
<properties>
@@ -127,6 +130,19 @@
</execution>
</executions>
</plugin>
+
+
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>ossrh</serverId>
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ </configuration>
+ </plugin>
</plugins>
</build>
</profile>