diff --git a/pom.xml b/pom.xml
index a77755b..39c11f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,19 +84,54 @@
UTF-8
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.7
- true
-
- ossrh
- https://aws.oss.sonatype.org
- true
-
-
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+ -Xdoclint:none
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.7
+ true
+
+ ossrh
+ https://aws.oss.sonatype.org
+ true
+
+
+