diff --git a/.gitignore b/.gitignore
index e1330a4..7f456f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ out/
.idea/
target/
.DS_Store
+settings.xml
diff --git a/pom.xml b/pom.xml
index 8c5a749..bb2c7fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,17 @@
UTF-8
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
junit
@@ -64,6 +75,17 @@
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.7
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+