diff --git a/pom.xml b/pom.xml
index 1456628..afd8e15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,11 @@
sonatype-nexus-staging
https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+ github-pages-site
+ Deployment through GitHub's site deployment plugin
+ site/${project.version}
+
@@ -228,7 +233,7 @@
maven-javadoc-plugin
- 2.10.1
+ 2.10.2
UTF-8
true
@@ -380,6 +385,12 @@
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+ 2.8
+
+
@@ -398,6 +409,7 @@
+
org.codehaus.mojo
license-maven-plugin
@@ -422,7 +434,49 @@
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+
+
+
+ ghpages-site-deploy
+
+
+ github
+
+
+
+
+
+
+ com.github.github
+ site-maven-plugin
+ 0.11
+
+ Creating site for ${project.version}
+ ${project.distributionManagement.site.url}
+ true
+
+
+
+
+ site
+
+ site
+
+
+
+
+
+
+
+
+