diff --git a/pom.xml b/pom.xml
index 4300c9e..bd112df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,80 @@
Dysprosium-RELEASE
+
+
+ release
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.3
+ true
+
+ sonatype-releases
+ https://oss.sonatype.org/
+ true
+ 120
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ true
+ false
+ release
+ deploy
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+ -Xdoclint:none
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+
+
+ sonatype-releases
+ sonatype repository
+ https://oss.sonatype.org/service/local/staging/deploy/maven2
+
+
+ sonatype-snapshots
+ Nexus Snapshot Repository
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+
+
+
@@ -126,6 +200,20 @@
+
+
+ releases
+ Nexus Release Repository
+ http://nexus.hsweb.me/content/repositories/releases/
+
+
+ snapshots
+ Nexus Snapshot Repository
+ http://nexus.hsweb.me/content/repositories/snapshots/
+
+
+
+
hsweb-nexus