Trying to ignore javadoc errors
diff --git a/pom.xml b/pom.xml
index 504cdfd..eba07ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,6 +367,9 @@
             <activation>
                 <jdk>1.8</jdk>
             </activation>
+            <properties>
+               <javadoc.opts>-Xdoclint:none</javadoc.opts>
+            </properties>
             <build>
                 <pluginManagement>
                     <plugins>