diff --git a/0001-Port-to-current-plexus-utils.patch b/0001-Port-to-current-plexus-utils.patch deleted file mode 100644 index b455c9c..0000000 --- a/0001-Port-to-current-plexus-utils.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 2da6ad1c0a941423490a74119966ea403f3ca246 Mon Sep 17 00:00:00 2001 -From: Michael Simacek -Date: Fri, 29 Jun 2018 12:35:54 +0200 -Subject: [PATCH] Port to current plexus-utils - ---- - .../maven/plugins/javadoc/JavadocUtil.java | 20 +++++++++++-------- - 1 file changed, 12 insertions(+), 8 deletions(-) - -diff --git a/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java b/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java -index a740c6e..0fbf00c 100644 ---- a/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java -+++ b/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java -@@ -1178,14 +1178,18 @@ public class JavadocUtil - InvocationOutputHandler outputHandler = new PrintStreamHandler( ps, false ); - request.setOutputHandler( outputHandler ); - -- outputHandler.consumeLine( "Invoking Maven for the goals: " + goals + " with " -- + ( properties == null ? "no properties" : "properties=" + properties ) ); -- outputHandler.consumeLine( "" ); -- outputHandler.consumeLine( "M2_HOME=" + getMavenHome( log ) ); -- outputHandler.consumeLine( "MAVEN_OPTS=" + getMavenOpts( log ) ); -- outputHandler.consumeLine( "JAVA_HOME=" + getJavaHome( log ) ); -- outputHandler.consumeLine( "JAVA_OPTS=" + getJavaOpts( log ) ); -- outputHandler.consumeLine( "" ); -+ try { -+ outputHandler.consumeLine( "Invoking Maven for the goals: " + goals + " with " -+ + ( properties == null ? "no properties" : "properties=" + properties ) ); -+ outputHandler.consumeLine( "" ); -+ outputHandler.consumeLine( "M2_HOME=" + getMavenHome( log ) ); -+ outputHandler.consumeLine( "MAVEN_OPTS=" + getMavenOpts( log ) ); -+ outputHandler.consumeLine( "JAVA_HOME=" + getJavaHome( log ) ); -+ outputHandler.consumeLine( "JAVA_OPTS=" + getJavaOpts( log ) ); -+ outputHandler.consumeLine( "" ); -+ } catch (IOException e) { -+ throw new MavenInvocationException("Failed to output lines", e); -+ } - - try - { --- -2.17.1 - diff --git a/maven-javadoc-plugin-3.1.1-source-release.zip b/maven-javadoc-plugin-3.1.1-source-release.zip deleted file mode 100644 index f0323ad..0000000 --- a/maven-javadoc-plugin-3.1.1-source-release.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d77714fee454bad1921c4cec87d3aa067d2e949557a0458ea1762fc269d5de2 -size 3382572 diff --git a/maven-javadoc-plugin-3.3.1-source-release.zip b/maven-javadoc-plugin-3.3.1-source-release.zip new file mode 100644 index 0000000..605f7df --- /dev/null +++ b/maven-javadoc-plugin-3.3.1-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fe86b3e26837d133874431078186c1765f570cb011f1848d811a001edf2939 +size 3586385 diff --git a/maven-javadoc-plugin-bootstrap-resources.patch b/maven-javadoc-plugin-bootstrap-resources.patch index 6a2c602..5acdeee 100644 --- a/maven-javadoc-plugin-bootstrap-resources.patch +++ b/maven-javadoc-plugin-bootstrap-resources.patch @@ -1,13 +1,16 @@ ---- maven-javadoc-plugin-3.1.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-javadoc-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100 -+++ maven-javadoc-plugin-3.1.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-javadoc-plugin/plugin-help.xml 2019-11-25 18:40:31.873923655 +0100 -@@ -0,0 +1,12570 @@ +--- maven-javadoc-plugin-3.3.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-javadoc-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100 ++++ maven-javadoc-plugin-3.3.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-javadoc-plugin/plugin-help.xml 2019-11-25 18:40:31.873923655 +0100 +@@ -0,0 +1,13175 @@ + ++ ++ ++ + -+ ${project.name} -+ ${project.description} -+ ${project.groupId} -+ ${project.artifactId} -+ ${project.version} ++ Apache Maven Javadoc Plugin ++ The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. ++ org.apache.maven.plugins ++ maven-javadoc-plugin ++ 3.3.1 + javadoc + + @@ -64,6 +67,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -124,6 +135,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -527,6 +546,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -594,6 +621,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -648,6 +683,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -826,6 +869,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -835,11 +879,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -913,6 +959,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -996,6 +1050,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -1397,6 +1459,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -1457,6 +1527,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -1511,6 +1589,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -1699,6 +1785,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -1707,11 +1794,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -1781,6 +1870,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -1841,6 +1938,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -2244,6 +2349,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -2311,6 +2424,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -2365,6 +2486,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -2543,6 +2672,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -2552,11 +2682,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -2784,6 +2916,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -2867,6 +3007,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -3268,6 +3416,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -3328,6 +3484,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -3382,6 +3546,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -3570,6 +3742,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -3578,11 +3751,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -3653,6 +3828,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -3713,6 +3896,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -4116,6 +4307,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -4183,6 +4382,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -4237,6 +4444,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -4415,6 +4630,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -4424,11 +4640,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -4497,6 +4715,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -4557,6 +4783,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -4960,6 +5194,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -5027,6 +5269,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -5081,6 +5331,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -5259,6 +5517,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -5268,11 +5527,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -5342,6 +5603,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -5402,6 +5671,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -5781,6 +6058,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -5841,6 +6126,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -5895,6 +6188,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -6070,6 +6371,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -6078,11 +6380,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -6155,6 +6459,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -6215,6 +6527,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -6617,6 +6937,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -6684,6 +7012,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -6738,6 +7074,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -6970,6 +7314,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -6979,11 +7324,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -7063,6 +7410,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -7146,6 +7501,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -7549,6 +7912,14 @@ + + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -7609,6 +7980,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -7663,6 +8042,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -7910,6 +8297,7 @@ + ${offlineLinks} + ${old} + ++ + ${overview} + ${packagesheader} + ${quiet} @@ -7918,11 +8306,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -7997,6 +8387,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -8057,6 +8455,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -8459,6 +8865,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -8526,6 +8940,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -8580,6 +9002,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -8812,6 +9242,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -8821,11 +9252,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -9059,6 +9492,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -9142,6 +9583,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -9545,6 +9994,14 @@ + + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -9605,6 +10062,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -9659,6 +10124,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -9906,6 +10379,7 @@ + ${offlineLinks} + ${old} + ++ + ${overview} + ${packagesheader} + ${quiet} @@ -9914,11 +10388,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -9994,6 +10470,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -10054,6 +10538,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -10456,6 +10948,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -10523,6 +11023,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -10577,6 +11085,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -10809,6 +11325,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -10818,11 +11335,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -10897,6 +11416,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -10957,6 +11484,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -11359,6 +11894,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -11426,6 +11969,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -11480,6 +12031,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -11712,6 +12271,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -11721,11 +12281,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -11801,6 +12363,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + applyJavadocSecurityFix + boolean + 2.9.1 @@ -11861,6 +12431,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -12240,6 +12818,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + overview + java.io.File + false @@ -12300,6 +12886,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + source + java.lang.String + false @@ -12354,6 +12948,14 @@ + Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ + stylesheet + java.lang.String + false @@ -12537,6 +13139,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + ${quiet} @@ -12545,11 +13148,13 @@ + ${serialwarn} + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -12571,16 +13176,21 @@ + + + ---- maven-javadoc-plugin-3.1.1/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100 -+++ maven-javadoc-plugin-3.1.1/src/main/filtered-resources/META-INF/maven/plugin.xml 2019-11-25 18:39:36.449612339 +0100 -@@ -0,0 +1,15988 @@ +\ No newline at end of file +--- maven-javadoc-plugin-3.3.1/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100 ++++ maven-javadoc-plugin-3.3.1/src/main/filtered-resources/META-INF/maven/plugin.xml 2019-11-25 18:39:36.449612339 +0100 +@@ -0,0 +1,16702 @@ + ++ ++ ++ + -+ ${project.name} -+ ${project.description} -+ ${project.groupId} -+ ${project.artifactId} -+ ${project.version} ++ Apache Maven Javadoc Plugin ++ The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for ++ generating javadocs for the specified project. ++ org.apache.maven.plugins ++ maven-javadoc-plugin ++ 3.3.1 + javadoc + false + true @@ -12607,6 +13217,15 @@ + false + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -12711,6 +13330,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -13193,6 +13821,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -13302,6 +13939,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -13363,6 +14009,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -13560,6 +14215,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -13573,11 +14229,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -13649,6 +14307,15 @@ + false + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -13788,6 +14455,15 @@ +a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -14268,6 +14944,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -14369,6 +15054,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -14430,6 +15124,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -14639,6 +15342,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -14651,11 +15355,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -14733,6 +15439,15 @@ + false + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -14837,6 +15552,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -15319,6 +16043,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -15428,6 +16161,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -15489,6 +16231,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -15686,6 +16437,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -15699,11 +16451,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -15935,6 +16689,15 @@ +Be Used</a>. + + ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Fix Javadoc documentation and tags for the <code>Test Java code</code> for the project. ++See <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#wheretags">Where Tags Can ++Be Used</a>. ++ ++ + settings + org.apache.maven.settings.Settings + true @@ -15963,6 +16726,7 @@ + ${outputDirectory} + + ${removeUnknownThrows} ++ + + + @@ -15992,6 +16756,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -16131,6 +16904,15 @@ +a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -16611,6 +17393,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -16712,6 +17503,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -16773,6 +17573,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -16982,6 +17791,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -16994,11 +17804,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -17077,6 +17889,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -17181,6 +18002,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -17663,6 +18493,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -17772,6 +18611,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -17833,6 +18681,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -18030,6 +18887,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -18043,11 +18901,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -18116,6 +18976,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -18220,6 +19089,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -18702,6 +19580,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -18811,6 +19698,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -18872,6 +19768,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -19069,6 +19974,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -19082,11 +19988,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -19157,6 +20065,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -19261,6 +20178,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -19727,6 +20653,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -19828,6 +20763,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -19889,6 +20833,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -20084,6 +21037,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -20096,11 +21050,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -20175,6 +21131,15 @@ + false + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -20279,6 +21244,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -20760,6 +21734,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -20869,6 +21852,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -20930,6 +21922,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -21187,6 +22188,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -21200,11 +22202,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -21282,6 +22286,15 @@ + false + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -21421,6 +22434,15 @@ +a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -21902,6 +22924,15 @@ +<p>Since version 3.1.0 an aggregated jar is created for every module of a Maven multimodule project.</p> + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -22003,6 +23034,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -22064,6 +23104,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -22332,6 +23381,7 @@ + ${offlineLinks} + ${old} + ++ + ${overview} + ${packagesheader} + @@ -22344,11 +23394,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -22431,6 +23483,15 @@ + false + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -22535,6 +23596,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -23016,6 +24086,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -23125,6 +24204,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -23186,6 +24274,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -23443,6 +24540,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -23456,11 +24554,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -23698,6 +24798,15 @@ +Be Used</a>. + + ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Fix Javadoc documentation and tags for the <code>Test Java code</code> for the project. ++See <a href="http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#wheretags">Where Tags Can ++Be Used</a>. ++ ++ + settings + org.apache.maven.settings.Settings + true @@ -23726,6 +24835,7 @@ + ${outputDirectory} + + ${removeUnknownThrows} ++ + + + @@ -23755,6 +24865,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -23894,6 +25013,15 @@ +a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -24375,6 +25503,15 @@ +<p>Since version 3.1.0 an aggregated jar is created for every module of a Maven multimodule project.</p> + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -24476,6 +25613,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -24537,6 +25683,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -24805,6 +25960,7 @@ + ${offlineLinks} + ${old} + ++ + ${overview} + ${packagesheader} + @@ -24817,11 +25973,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -24905,6 +26063,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -25009,6 +26176,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -25490,6 +26666,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -25599,6 +26784,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -25660,6 +26854,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -25917,6 +27120,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -25930,11 +27134,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -26010,6 +27216,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -26114,6 +27329,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -26595,6 +27819,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -26704,6 +27937,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -26765,6 +28007,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -27022,6 +28273,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -27035,11 +28287,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -27117,6 +28371,15 @@ + true + + ++ addStylesheets ++ java.lang.String[] ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + additionalDependencies + java.util.List + 2.8.1 @@ -27221,6 +28484,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ dependencyLinks ++ java.util.List ++ 3.3.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + dependencySourceExcludes + java.util.List + 2.7 @@ -27687,6 +28959,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ outputTimestamp ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + overview + java.io.File + false @@ -27788,6 +29069,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ skippedModules ++ java.lang.String ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + source + java.lang.String + false @@ -27849,6 +29139,15 @@ +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. + + ++ staleDataPath ++ java.io.File ++ 3.2.0 ++ false ++ true ++ Generates documentation for the <code>Java code</code> in an <b>aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ + stylesheet + java.lang.String + false @@ -28056,6 +29355,7 @@ + ${offlineLinks} + ${old} + ${destDir} ++ + ${overview} + ${packagesheader} + @@ -28068,11 +29368,13 @@ + + ${show} + ${maven.javadoc.skip} -+ ${source} ++ ${maven.javadoc.skippedModules} ++ ${source} + + ${sourcepath} + ${sourcetab} + ${splitindex} ++ ${staleDataPath} + ${stylesheet} + ${stylesheetfile} + ${subpackages} @@ -28132,19 +29434,31 @@ + org.apache.maven + maven-core + jar -+ 3.5.0 ++ 3.0 ++ ++ ++ org.codehaus.plexus ++ plexus-interpolation ++ jar ++ 1.26 + + + org.apache.maven.resolver + maven-resolver-util + jar -+ 1.4.1 ++ 1.6.3 ++ ++ ++ org.slf4j ++ slf4j-api ++ jar ++ 1.7.32 + + + org.eclipse.sisu + org.eclipse.sisu.inject + jar -+ 0.3.3 ++ 0.3.5 + + + javax.enterprise @@ -28168,13 +29482,7 @@ + com.google.inject + guice + jar -+ 4.2.1 -+ -+ -+ aopalliance -+ aopalliance -+ jar -+ 1.0 ++ 4.2.2 + + + cglib @@ -28183,22 +29491,34 @@ + 3.2.0 + + ++ aopalliance ++ aopalliance ++ jar ++ 1.0 ++ ++ + com.google.guava + guava + jar + 19.0 + + ++ com.google.code.findbugs ++ jsr305 ++ jar ++ any ++ ++ + org.apache.maven + maven-resolver-provider + jar -+ 3.6.2 ++ 3.8.4 + + + org.apache.maven.resolver + maven-resolver-api + jar -+ 1.4.1 ++ 1.6.3 + + + javax.inject @@ -28210,43 +29530,43 @@ + org.apache.maven.resolver + maven-resolver-impl + jar -+ 1.4.1 ++ 1.6.3 + + + org.apache.maven + maven-repository-metadata + jar -+ 3.6.2 ++ 3.8.4 + + + org.apache.maven.resolver + maven-resolver-spi + jar -+ 1.4.1 ++ 1.6.3 + + + org.eclipse.sisu + org.eclipse.sisu.plexus + jar -+ 0.3.3 ++ 0.3.5 + + + org.apache.maven + maven-model-builder + jar -+ 3.6.2 ++ 3.8.4 + + + org.apache.maven + maven-builder-support + jar -+ 3.6.2 ++ 3.8.4 + + + org.apache.maven.shared + maven-shared-utils + jar -+ 3.2.1 ++ 3.3.4 + + + org.codehaus.plexus @@ -28258,43 +29578,43 @@ + org.apache.maven + maven-settings-builder + jar -+ 3.6.2 ++ 3.8.4 + + -+ org.sonatype.plexus ++ org.codehaus.plexus + plexus-sec-dispatcher + jar -+ 1.4 ++ 2.0 + + -+ org.sonatype.plexus ++ org.codehaus.plexus + plexus-cipher + jar -+ 1.4 ++ 2.0 + + + org.apache.maven + maven-model + jar -+ 3.5.0 ++ 3.0 + + + org.apache.maven + maven-settings + jar -+ 3.5.0 ++ 3.0 + + + org.apache.maven + maven-plugin-api + jar -+ 3.5.0 ++ 3.0 + + + org.apache.maven + maven-artifact + jar -+ 3.5.0 ++ 3.0 + + + org.apache.maven.reporting @@ -28306,37 +29626,25 @@ + org.apache.maven + maven-archiver + jar -+ 3.2.0 -+ -+ -+ org.codehaus.plexus -+ plexus-interpolation -+ jar -+ 1.25 ++ 3.5.1 + + + org.apache.maven.shared + maven-invoker + jar -+ 3.0.0 ++ 3.1.0 + + + org.apache.maven.shared + maven-common-artifact-filters + jar -+ 3.0.0 ++ 3.1.1 + + + org.apache.maven.shared + maven-artifact-transfer + jar -+ 0.10.1 -+ -+ -+ commons-codec -+ commons-codec -+ jar -+ 1.11 ++ 0.13.1 + + + org.eclipse.aether @@ -28345,40 +29653,46 @@ + 0.9.0.M2 + + -+ org.slf4j -+ slf4j-api ++ commons-codec ++ commons-codec + jar -+ 1.7.5 ++ 1.11 + + + org.apache.maven.doxia + doxia-sink-api + jar -+ 1.7 ++ 1.9.1 + + + org.apache.maven.doxia + doxia-logging-api + jar -+ 1.7 ++ 1.9.1 + + + org.apache.maven.doxia + doxia-site-renderer + jar -+ 1.7.4 ++ 1.9.2 + + + org.apache.maven.doxia + doxia-decoration-model + jar -+ 1.7.5 ++ 1.9.2 ++ ++ ++ org.apache.maven.doxia ++ doxia-core ++ jar ++ 1.9.1 + + + commons-collections + commons-collections + jar -+ 3.2.1 ++ 3.2.2 + + + org.codehaus.plexus @@ -28387,34 +29701,16 @@ + 1.2 + + -+ org.apache.maven.doxia -+ doxia-core ++ org.codehaus.plexus ++ plexus-i18n + jar -+ 1.7 -+ -+ -+ commons-lang -+ commons-lang -+ jar -+ 2.4 -+ -+ -+ xmlunit -+ xmlunit -+ jar -+ 1.5 ++ 1.0-beta-10 + + + org.apache.maven.doxia + doxia-module-xhtml + jar -+ 1.7 -+ -+ -+ org.codehaus.plexus -+ plexus-i18n -+ jar -+ 1.0-beta-7 ++ 1.9.1 + + + org.codehaus.plexus @@ -28432,13 +29728,13 @@ + org.ow2.asm + asm-tree + jar -+ 7.2 ++ 9.2 + + + org.ow2.asm + asm-analysis + jar -+ 7.2 ++ 9.2 + + + org.apache.xbean @@ -28459,46 +29755,52 @@ + 1.3 + + ++ org.apache.maven.doxia ++ doxia-module-xhtml5 ++ jar ++ 1.9.1 ++ ++ + org.apache.velocity + velocity + jar + 1.7 + + ++ commons-lang ++ commons-lang ++ jar ++ 2.4 ++ ++ + org.apache.maven.doxia + doxia-skin-model + jar -+ 1.7.5 ++ 1.9.2 + + + org.apache.maven.wagon + wagon-provider-api + jar -+ 1.0-beta-6 ++ 2.4 + + + org.apache.commons + commons-lang3 + jar -+ 3.5 ++ 3.12.0 + + -+ commons-io -+ commons-io ++ org.apache.commons ++ commons-text + jar -+ 2.5 ++ 1.9 + + + org.apache.httpcomponents + httpclient + jar -+ 4.5.8 -+ -+ -+ org.apache.httpcomponents -+ httpcore -+ jar -+ any ++ 4.5.13 + + + commons-logging @@ -28507,28 +29809,34 @@ + any + + ++ org.apache.httpcomponents ++ httpcore ++ jar ++ 4.4.14 ++ ++ + com.thoughtworks.qdox + qdox + jar -+ 2.0-M10 ++ 2.0.0 + + + org.codehaus.plexus + plexus-java + jar -+ 1.0.3 ++ 1.1.0 + + + org.ow2.asm + asm + jar -+ 7.0 ++ 9.2 + + + org.codehaus.plexus + plexus-archiver + jar -+ 3.6.0 ++ 4.2.5 + + + org.apache.commons @@ -28546,19 +29854,32 @@ + org.codehaus.plexus + plexus-io + jar -+ 3.1.1 ++ 3.2.0 + + + org.codehaus.plexus + plexus-utils + jar -+ 3.0.24 ++ 3.3.0 ++ ++ ++ commons-io ++ commons-io ++ jar ++ 2.8.0 + + + org.codehaus.plexus + plexus-interactivity-api + jar -+ 1.0-alpha-6 ++ 1.0 ++ ++ ++ org.codehaus.plexus ++ plexus-component-api ++ jar ++ 1.0-alpha-15 + + + +\ No newline at end of file diff --git a/maven-javadoc-plugin-build.xml b/maven-javadoc-plugin-build.xml index 99562d6..a4983ae 100644 --- a/maven-javadoc-plugin-build.xml +++ b/maven-javadoc-plugin-build.xml @@ -14,12 +14,12 @@ value="The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project."/> - + - + - + @@ -83,7 +83,7 @@ - + diff --git a/maven-javadoc-plugin.spec b/maven-javadoc-plugin.spec index 239605b..6b5d507 100644 --- a/maven-javadoc-plugin.spec +++ b/maven-javadoc-plugin.spec @@ -1,7 +1,7 @@ # -# spec file for package maven-javadoc-plugin-bootstrap +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %bcond_with bootstrap %endif %global base_name maven-javadoc-plugin -Version: 3.1.1 +Version: 3.3.1 Release: 0 Summary: Maven plugin for creating javadocs License: Apache-2.0 @@ -32,12 +32,10 @@ URL: http://maven.apache.org/plugins/maven-javadoc-plugin Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{base_name}/%{version}/%{base_name}-%{version}-source-release.zip Source1: %{base_name}-build.xml Patch0: %{base_name}-bootstrap-resources.patch -Patch1: 0001-Port-to-current-plexus-utils.patch -# PATCH-FIX-OPENSUSE bmwiedemann -- https://issues.apache.org/jira/browse/MJAVADOC-619 -Patch2: reproducible-footer.patch BuildRequires: apache-commons-cli BuildRequires: apache-commons-io BuildRequires: apache-commons-lang3 +BuildRequires: apache-commons-text BuildRequires: atinject BuildRequires: fdupes BuildRequires: google-guice @@ -123,9 +121,6 @@ cp %{SOURCE1} build.xml %patch0 -p1 %endif -%patch1 -p1 -%patch2 -p1 - %pom_xpath_remove pom:project/pom:parent/pom:relativePath %pom_remove_dep :::test: @@ -134,6 +129,7 @@ cp %{SOURCE1} build.xml mkdir -p lib build-jar-repository -s lib \ apache-commons-lang3 \ + apache-commons-text \ atinject \ commons-cli \ commons-io \ @@ -181,7 +177,7 @@ build-jar-repository -s lib \ xmvn --batch-mode --offline \ -Dmaven.test.skip=true -DmavenVersion=3.5.0 \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} - -Dmaven.compiler.release=7 \ + -Dmaven.compiler.release=8 \ %endif package org.apache.maven.plugins:maven-javadoc-plugin:aggregate %endif diff --git a/reproducible-footer.patch b/reproducible-footer.patch deleted file mode 100644 index d08c6ef..0000000 --- a/reproducible-footer.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://salsa.debian.org/java-team/maven-javadoc-plugin/blob/master/debian/patches/reproducible-footer.patch -for https://issues.apache.org/jira/browse/MJAVADOC-619 - -Description: Use the SOURCE_DATE_EPOCH variable to set the current year displayed in the javadoc footer -Author: Emmanuel Bourg -Forwarded: no ---- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java -+++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java -@@ -2821,6 +2821,20 @@ - private String getBottomText() - { - int currentYear = Calendar.getInstance().get( Calendar.YEAR ); -+ if ( System.getenv("SOURCE_DATE_EPOCH") != null ) -+ { -+ try -+ { -+ Calendar calendar = Calendar.getInstance( java.util.TimeZone.getTimeZone("UTC") ); -+ calendar.setTimeInMillis(Long.parseLong( System.getenv("SOURCE_DATE_EPOCH") ) * 1000); -+ currentYear = calendar.get( Calendar.YEAR ); -+ } -+ catch (Exception e) -+ { -+ e.printStackTrace(); -+ } -+ } -+ - String year = String.valueOf( currentYear ); - - String inceptionYear = project.getInceptionYear();