Fix javadoc
upgrade maven-jxr-plugin
diff --git a/pom.xml b/pom.xml
index 334107f..58f32e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,6 +348,11 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
index 1fb2fc9..434c148 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -1314,7 +1314,7 @@
     /**

      * Specifies the destination directory where javadoc saves the generated HTML files.

      * <br>

-     * @see <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#d">d</a> option

+     * @see <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#d">javadoc d</a>

      */

     @Parameter( property = "destDir", alias = "destDir", defaultValue = "${project.build.directory}/apidocs",

                     required = true )

@@ -6138,7 +6138,6 @@
      *         or the {@link #javadocRuntimeVersion}, or <code>null</code> if not defined.

      * @see #detectJavaApiLink

      * @see #javaApiLinks

-     * @see #DEFAULT_JAVA_API_LINKS

      * @see <a href="http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#source">source parameter</a>

      * @since 2.6

      */