commit bbca16e5d559d18eb9f80d7fccd686f264beb05e92775a3ab826a9f6d99a009a Author: Fridrich Strba Date: Mon Apr 1 11:50:58 2019 +0000 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-javadoc-plugin?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/0001-Port-to-current-plexus-utils.patch b/0001-Port-to-current-plexus-utils.patch new file mode 100644 index 0000000..b455c9c --- /dev/null +++ b/0001-Port-to-current-plexus-utils.patch @@ -0,0 +1,43 @@ +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/_multibuild b/_multibuild new file mode 100644 index 0000000..93032d2 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + bootstrap + diff --git a/maven-javadoc-plugin-3.0.1-source-release.zip b/maven-javadoc-plugin-3.0.1-source-release.zip new file mode 100644 index 0000000..8825658 --- /dev/null +++ b/maven-javadoc-plugin-3.0.1-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3450bd9ea4739d275c3dc68975c3042ab1eb7d0a4a7f334a93e004f5f084266a +size 3143304 diff --git a/maven-javadoc-plugin-bootstrap-resources.patch b/maven-javadoc-plugin-bootstrap-resources.patch new file mode 100644 index 0000000..cf05a7f --- /dev/null +++ b/maven-javadoc-plugin-bootstrap-resources.patch @@ -0,0 +1,24368 @@ +--- maven-javadoc-plugin-3.0.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.0.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-javadoc-plugin/plugin-help.xml 2019-04-01 11:52:00.291946061 +0200 +@@ -0,0 +1,10631 @@ ++ ++ ++ ${project.name} ++ ${project.description} ++ ${project.groupId} ++ ${project.artifactId} ++ ${project.version} ++ javadoc ++ ++ ++ aggregate ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ compile ++ false ++ true ++ false ++ true ++ false ++ true ++ compile ++ org.apache.maven.plugins.javadoc.AggregatorJavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.5 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ destDir ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${reportOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ aggregate-jar ++ Bundles the Javadoc documentation for main Java code in an aggregator project into a jar using the standard Javadoc Tool. ++ compile ++ false ++ true ++ false ++ true ++ false ++ true ++ package ++ compile ++ org.apache.maven.plugins.javadoc.AggregatorJavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ fix ++ Fix Javadoc documentation and tags for the Java code for the project. See Where Tags Can Be Used. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ compile ++ org.apache.maven.plugins.javadoc.FixJavadocMojo ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ true ++ ++ ++ comparisonVersion ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ defaultAuthor ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ defaultSince ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ defaultVersion ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ excludes ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixClassComment ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixFieldComment ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixMethodComment ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixTags ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ force ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ ignoreClirr ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ includes ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ level ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ outputDirectory ++ java.io.File ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ removeUnknownThrows ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ ++ ${comparisonVersion} ++ ${defaultAuthor} ++ ${defaultSince} ++ ${defaultVersion} ++ ${encoding} ++ ${excludes} ++ ${fixClassComment} ++ ${fixFieldComment} ++ ${fixMethodComment} ++ ${fixTags} ++ ${force} ++ ${ignoreClirr} ++ ${includes} ++ ${level} ++ ${localRepository} ++ ${outputDirectory} ++ ${removeUnknownThrows} ++ ++ ++ ++ jar ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.JavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.0 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ javadoc ++ Generates documentation for the Java code in an NON aggregator project using the standard Javadoc Tool. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ generate-sources ++ org.apache.maven.plugins.javadoc.JavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.0 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ destDir ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${reportOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ javadoc-no-fork ++ Generates documentation for the Java code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of sources before site generation, e.g. by invoking mvn clean deploy site. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ org.apache.maven.plugins.javadoc.JavadocNoForkReport ++ java ++ per-lookup ++ once-per-session ++ 2.10 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ destDir ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the Java code in an aggregator project using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${reportOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ resource-bundle ++ Bundle AbstractJavadocMojo.javadocDirectory, along with javadoc configuration options such as taglet, doclet, and link information into a deployable artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the includeDependencySources option, to generate javadocs that are somewhat consistent with those generated in the original project itself. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.ResourcesBundleMojo ++ java ++ per-lookup ++ once-per-session ++ 2.7 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ test-aggregate ++ Generates documentation for the Java Test code in an aggregator project using the standard Javadoc Tool. ++ test ++ false ++ true ++ false ++ true ++ false ++ true ++ test-compile ++ org.apache.maven.plugins.javadoc.AggregatorTestJavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.5 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ destDir ++ java.lang.String ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testDescription ++ description ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testName ++ name ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${reportTestOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${testDescription} ++ ${testDoctitle} ++ ++ ${testName} ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ test-aggregate-jar ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ test ++ false ++ true ++ false ++ true ++ false ++ true ++ package ++ test-compile ++ org.apache.maven.plugins.javadoc.AggregatorTestJavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testClassifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${maven.javadoc.testClassifier} ++ ${testDoctitle} ++ ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ test-fix ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ test-compile ++ org.apache.maven.plugins.javadoc.TestFixJavadocMojo ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ true ++ ++ ++ comparisonVersion ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ defaultAuthor ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ defaultSince ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ defaultVersion ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ excludes ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixClassComment ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixFieldComment ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixMethodComment ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ fixTags ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ force ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ ignoreClirr ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ includes ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ level ++ java.lang.String ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ outputDirectory ++ java.io.File ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ removeUnknownThrows ++ boolean ++ false ++ true ++ Fix Javadoc documentation and tags for the Test Java code for the project. See Where Tags Can Be Used. ++ ++ ++ ++ ${comparisonVersion} ++ ${defaultAuthor} ++ ${defaultSince} ++ ${defaultVersion} ++ ${encoding} ++ ${excludes} ++ ${fixClassComment} ++ ${fixFieldComment} ++ ${fixMethodComment} ++ ${fixTags} ++ ${force} ++ ${ignoreClirr} ++ ${includes} ++ ${level} ++ ${localRepository} ++ ${outputDirectory} ++ ${removeUnknownThrows} ++ ++ ++ ++ test-jar ++ Bundles the Javadoc documentation for test Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.TestJavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.5 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testClassifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for Java Test code in an aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${maven.javadoc.testClassifier} ++ ${testDoctitle} ++ ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ test-javadoc ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ generate-test-sources ++ org.apache.maven.plugins.javadoc.TestJavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.3 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ destDir ++ java.lang.String ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testDescription ++ description ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testName ++ name ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${reportTestOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${testDescription} ++ ${testDoctitle} ++ ++ ${testName} ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ test-javadoc-no-fork ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ org.apache.maven.plugins.javadoc.TestJavadocNoForkReport ++ java ++ per-lookup ++ once-per-session ++ 2.10 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ destDir ++ java.lang.String ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testDescription ++ description ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testName ++ name ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the Java Test code in an NON aggregator project using the standard Javadoc Tool. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${reportTestOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${testDescription} ++ ${testDoctitle} ++ ++ ${testName} ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++ ++ test-resource-bundle ++ Bundle TestJavadocJar.testJavadocDirectory, along with javadoc configuration options from AbstractJavadocMojo such as taglet, doclet, and link information into a deployable artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the includeDependencySources option, to generate javadocs that are somewhat consistent with those generated in the original project itself. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.TestResourcesBundleMojo ++ java ++ per-lookup ++ once-per-session ++ 2.7 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ false ++ true ++ Bundle TestJavadocJar.testJavadocDirectory, along with javadoc configuration options from AbstractJavadocMojo such as taglet, doclet, and link information into a deployable artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the includeDependencySources option, to generate javadocs that are somewhat consistent with those generated in the original project itself. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for main Java code in an NON aggregator project into a jar using the standard Javadoc Tool. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludedocfilessubdir} ++ ${excludePackageNames} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${locale} ++ ${localRepository} ++ ${maxmemory} ++ ${minmemory} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ${quiet} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++
++
++
+--- maven-javadoc-plugin-3.0.1/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100 ++++ maven-javadoc-plugin-3.0.1/src/main/filtered-resources/META-INF/maven/plugin.xml 2019-04-01 11:51:54.867919169 +0200 +@@ -0,0 +1,13731 @@ ++ ++ ++ ${project.name} ++ ${project.description} ++ ${project.groupId} ++ ${project.artifactId} ++ ${project.version} ++ javadoc ++ false ++ true ++ ++ ++ aggregate ++ 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>. ++ compile ++ false ++ true ++ false ++ true ++ false ++ true ++ compile ++ org.apache.maven.plugins.javadoc.AggregatorJavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.5 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ destDir ++ java.lang.String ++ 2.1 ++ 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>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ 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>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${reportOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ aggregate-jar ++ Bundles the Javadoc documentation for main <code>Java code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ compile ++ false ++ true ++ false ++ true ++ false ++ true ++ package ++ compile ++ org.apache.maven.plugins.javadoc.AggregatorJavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ defaultManifestFile ++ java.io.File ++ 2.5 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.codehaus.plexus.archiver.Archiver ++ jar ++ jarArchiver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.project.MavenProjectHelper ++ projectHelper ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ fix ++ Fix Javadoc documentation and tags for the <code>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>. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ compile ++ org.apache.maven.plugins.javadoc.FixJavadocMojo ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ true ++ ++ ++ comparisonVersion ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ defaultAuthor ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ defaultSince ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ defaultVersion ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ excludes ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ fixClassComment ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ fixFieldComment ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ fixMethodComment ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ fixTags ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ force ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ ignoreClirr ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ includes ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ level ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ 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>. ++ ++ ++ outputDirectory ++ java.io.File ++ false ++ true ++ 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>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ 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>. ++ ++ ++ removeUnknownThrows ++ boolean ++ false ++ true ++ 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 ++ 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>. ++ ++ ++ ++ ${comparisonVersion} ++ ${defaultAuthor} ++ ${defaultSince} ++ ${defaultVersion} ++ ${encoding} ++ ${excludes} ++ ${fixClassComment} ++ ${fixFieldComment} ++ ${fixMethodComment} ++ ${fixTags} ++ ${force} ++ ${ignoreClirr} ++ ${includes} ++ ${level} ++ ${localRepository} ++ ${outputDirectory} ++ ++ ${removeUnknownThrows} ++ ++ ++ ++ ++ org.codehaus.plexus.components.interactivity.InputHandler ++ inputHandler ++ ++ ++ ++ ++ jar ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.JavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.0 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ defaultManifestFile ++ java.io.File ++ 2.5 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.codehaus.plexus.archiver.Archiver ++ jar ++ jarArchiver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.project.MavenProjectHelper ++ projectHelper ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ javadoc ++ Generates documentation for the <code>Java code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ generate-sources ++ org.apache.maven.plugins.javadoc.JavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.0 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ destDir ++ java.lang.String ++ 2.1 ++ 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>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ 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>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${reportOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ javadoc-no-fork ++ Generates documentation for the <code>Java code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of sources before site generation, e.g. by invoking <tt>mvn clean deploy site</tt>. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ org.apache.maven.plugins.javadoc.JavadocNoForkReport ++ java ++ per-lookup ++ once-per-session ++ 2.10 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ destDir ++ java.lang.String ++ 2.1 ++ 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>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ 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>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${reportOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ resource-bundle ++ Bundle {@link AbstractJavadocMojo#javadocDirectory}, along with javadoc configuration options such ++as taglet, doclet, and link information into a deployable artifact. This artifact can then be consumed ++by the javadoc plugin mojos when used by the <code>includeDependencySources</code> option, to generate ++javadocs that are somewhat consistent with those generated in the original project itself. ++ compile ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.ResourcesBundleMojo ++ java ++ per-lookup ++ once-per-session ++ 2.7 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ finalName ++ java.lang.String ++ false ++ false ++ Bundle {@link TestJavadocJar#testJavadocDirectory}, along with javadoc configuration options from ++{@link AbstractJavadocMojo} such as taglet, doclet, and link information into a deployable ++artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the ++<code>includeDependencySources</code> option, to generate javadocs that are somewhat consistent ++with those generated in the original project itself. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.project.MavenProjectHelper ++ projectHelper ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ test-aggregate ++ Generates documentation for the <code>Java Test 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>. ++ test ++ false ++ true ++ false ++ true ++ false ++ true ++ test-compile ++ org.apache.maven.plugins.javadoc.AggregatorTestJavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.5 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ destDir ++ java.lang.String ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testDescription ++ description ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testName ++ name ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${reportTestOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${testDescription} ++ ${testDoctitle} ++ ++ ${testName} ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ test-aggregate-jar ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ test ++ false ++ true ++ false ++ true ++ false ++ true ++ package ++ test-compile ++ org.apache.maven.plugins.javadoc.AggregatorTestJavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ false ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ defaultManifestFile ++ java.io.File ++ 2.5 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testClassifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${maven.javadoc.testClassifier} ++ ${testDoctitle} ++ ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.codehaus.plexus.archiver.Archiver ++ jar ++ jarArchiver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.project.MavenProjectHelper ++ projectHelper ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ test-fix ++ 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>. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ test-compile ++ org.apache.maven.plugins.javadoc.TestFixJavadocMojo ++ java ++ per-lookup ++ once-per-session ++ 2.6 ++ true ++ ++ ++ comparisonVersion ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ defaultAuthor ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ defaultSince ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ defaultVersion ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ excludes ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ fixClassComment ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ fixFieldComment ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ fixMethodComment ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ fixTags ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ force ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ ignoreClirr ++ boolean ++ false ++ true ++ 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>. ++ ++ ++ includes ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ level ++ java.lang.String ++ false ++ true ++ 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>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ 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>. ++ ++ ++ outputDirectory ++ java.io.File ++ false ++ true ++ 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>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ 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>. ++ ++ ++ removeUnknownThrows ++ boolean ++ false ++ true ++ 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 ++ 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>. ++ ++ ++ ++ ${comparisonVersion} ++ ${defaultAuthor} ++ ${defaultSince} ++ ${defaultVersion} ++ ${encoding} ++ ${excludes} ++ ${fixClassComment} ++ ${fixFieldComment} ++ ${fixMethodComment} ++ ${fixTags} ++ ${force} ++ ${ignoreClirr} ++ ${includes} ++ ${level} ++ ${localRepository} ++ ${outputDirectory} ++ ++ ${removeUnknownThrows} ++ ++ ++ ++ ++ org.codehaus.plexus.components.interactivity.InputHandler ++ inputHandler ++ ++ ++ ++ ++ test-jar ++ Bundles the Javadoc documentation for <code>test Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.TestJavadocJar ++ java ++ per-lookup ++ once-per-session ++ 2.5 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ archive ++ org.apache.maven.archiver.MavenArchiveConfiguration ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ attach ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ classifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ defaultManifestFile ++ java.io.File ++ 2.5 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ destDir ++ java.io.File ++ No reason given ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ finalName ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jarOutputDirectory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testClassifier ++ java.lang.String ++ 2.10 ++ true ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>Java Test code</code> in an <b>aggregator</b> project into a jar ++using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useDefaultManifestFile ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${attach} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${maven.javadoc.classifier} ++ ${debug} ++ ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ${project.build.finalName} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${project.build.directory} ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${maven.javadoc.testClassifier} ++ ${testDoctitle} ++ ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.codehaus.plexus.archiver.Archiver ++ jar ++ jarArchiver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.project.MavenProjectHelper ++ projectHelper ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ test-javadoc ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ generate-test-sources ++ org.apache.maven.plugins.javadoc.TestJavadocReport ++ java ++ per-lookup ++ once-per-session ++ 2.3 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ destDir ++ java.lang.String ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testDescription ++ description ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testName ++ name ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${reportTestOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${testDescription} ++ ${testDoctitle} ++ ++ ${testName} ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ test-javadoc-no-fork ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ org.apache.maven.plugins.javadoc.TestJavadocNoForkReport ++ java ++ per-lookup ++ once-per-session ++ 2.10 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ description ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ destDir ++ java.lang.String ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ name ++ java.lang.String ++ 2.1 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reportOutputDirectory ++ java.io.File ++ true ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testDescription ++ description ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testDoctitle ++ doctitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testName ++ name ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testOverview ++ overview ++ java.io.File ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ testWindowtitle ++ windowtitle ++ java.lang.String ++ 2.5 ++ false ++ true ++ Generates documentation for the <code>Java Test code</code> in an <b>NON aggregator</b> project using the standard ++<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. Note that this ++goal does require generation of test sources before site generation, e.g. by invoking ++<tt>mvn clean deploy site</tt>. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${description} ++ ${destDir} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${name} ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${reportTestOutputDirectory} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ${testDescription} ++ ${testDoctitle} ++ ++ ${testName} ++ ${testOverview} ++ ${testWindowtitle} ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++ ++ test-resource-bundle ++ Bundle {@link TestJavadocJar#testJavadocDirectory}, along with javadoc configuration options from ++{@link AbstractJavadocMojo} such as taglet, doclet, and link information into a deployable ++artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the ++<code>includeDependencySources</code> option, to generate javadocs that are somewhat consistent ++with those generated in the original project itself. ++ test ++ false ++ true ++ false ++ false ++ false ++ true ++ package ++ org.apache.maven.plugins.javadoc.TestResourcesBundleMojo ++ java ++ per-lookup ++ once-per-session ++ 2.7 ++ true ++ ++ ++ additionalDependencies ++ java.util.List ++ 2.8.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOption ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalJOptions ++ java.lang.String[] ++ 2.9 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ additionalOptions ++ java.lang.String[] ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ applyJavadocSecurityFix ++ boolean ++ 2.9.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ author ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspath ++ java.lang.String ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bootclasspathArtifacts ++ org.apache.maven.plugins.javadoc.options.BootclasspathArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ bottom ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ breakiterator ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ charset ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ debug ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceExcludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ dependencySourceIncludes ++ java.util.List ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectJavaApiLink ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ detectOfflineLinks ++ boolean ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docencoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docfilessubdirs ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifact ++ org.apache.maven.plugins.javadoc.options.DocletArtifact ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletArtifacts ++ org.apache.maven.plugins.javadoc.options.DocletArtifact[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ docletPath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doclint ++ java.lang.String ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ doctitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ encoding ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludePackageNames ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ excludedocfilessubdir ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ extdirs ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnError ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ failOnWarnings ++ boolean ++ 3.0.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ finalName ++ java.lang.String ++ false ++ false ++ Bundle {@link TestJavadocJar#testJavadocDirectory}, along with javadoc configuration options from ++{@link AbstractJavadocMojo} such as taglet, doclet, and link information into a deployable ++artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the ++<code>includeDependencySources</code> option, to generate javadocs that are somewhat consistent ++with those generated in the original project itself. ++ ++ ++ footer ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ groups ++ org.apache.maven.plugins.javadoc.options.Group[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ header ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ helpfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ includeTransitiveDependencySources ++ boolean ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ isOffline ++ boolean ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javaApiLinks ++ java.util.Properties ++ 2.6 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocDirectory ++ java.io.File ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocExecutable ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocOptionsDir ++ java.io.File ++ 2.7 ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ javadocVersion ++ java.lang.String ++ 2.3 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ jdkToolchain ++ java.util.Map ++ 3.0.0 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ keywords ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ links ++ java.util.ArrayList ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ linksource ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ localRepository ++ org.apache.maven.artifact.repository.ArtifactRepository ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ locale ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ maxmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ minmemory ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ mojo ++ org.apache.maven.plugin.MojoExecution ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nocomment ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecated ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nodeprecatedlist ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nohelp ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nonavbar ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nooverview ++ boolean ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ noqualifier ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ nosince ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notimestamp ++ boolean ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ notree ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ offlineLinks ++ org.apache.maven.plugins.javadoc.options.OfflineLink[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ old ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ outputDirectory ++ destDir ++ java.io.File ++ true ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ overview ++ java.io.File ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ packagesheader ++ java.lang.String ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ project ++ org.apache.maven.project.MavenProject ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ quiet ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ reactorProjects ++ java.util.List ++ false ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ resourcesArtifacts ++ org.apache.maven.plugins.javadoc.options.ResourcesArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ serialwarn ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ session ++ org.apache.maven.execution.MavenSession ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ settings ++ org.apache.maven.settings.Settings ++ 2.3 ++ true ++ false ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ show ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ skip ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ source ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceDependencyCacheDir ++ java.io.File ++ 2.7 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileExcludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourceFileIncludes ++ java.util.List ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcepath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ sourcetab ++ linksourcetab ++ int ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ splitindex ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ stylesheetfile ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ subpackages ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglet ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifact ++ org.apache.maven.plugins.javadoc.options.TagletArtifact ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletArtifacts ++ org.apache.maven.plugins.javadoc.options.TagletArtifact[] ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tagletpath ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ taglets ++ org.apache.maven.plugins.javadoc.options.Taglet[] ++ 2.1 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ tags ++ org.apache.maven.plugins.javadoc.options.Tag[] ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ testJavadocDirectory ++ javadocDirectory ++ java.io.File ++ false ++ true ++ Bundle {@link TestJavadocJar#testJavadocDirectory}, along with javadoc configuration options from ++{@link AbstractJavadocMojo} such as taglet, doclet, and link information into a deployable ++artifact. This artifact can then be consumed by the javadoc plugin mojos when used by the ++<code>includeDependencySources</code> option, to generate javadocs that are somewhat consistent ++with those generated in the original project itself. ++ ++ ++ top ++ java.lang.String ++ 2.4 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ use ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ useStandardDocletOptions ++ boolean ++ 2.5 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ validateLinks ++ boolean ++ 2.8 ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ verbose ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ version ++ boolean ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ windowtitle ++ java.lang.String ++ false ++ true ++ Bundles the Javadoc documentation for <code>main Java code</code> in an <b>NON aggregator</b> project into ++a jar using the standard <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/">Javadoc Tool</a>. ++ ++ ++ ++ ${additionalJOption} ++ ${maven.javadoc.applyJavadocSecurityFix} ++ ${author} ++ ${bootclasspath} ++ ${bootclasspathArtifacts} ++ ${bottom} ++ ${breakiterator} ++ ${charset} ++ ${debug} ++ ${detectJavaApiLink} ++ ${detectLinks} ++ ${detectOfflineLinks} ++ ${docencoding} ++ ${docfilessubdirs} ++ ${doclet} ++ ${docletArtifact} ++ ${docletArtifacts} ++ ${docletPath} ++ ${doclint} ++ ${doctitle} ++ ${encoding} ++ ${excludePackageNames} ++ ${excludedocfilessubdir} ++ ${extdirs} ++ ${maven.javadoc.failOnError} ++ ${maven.javadoc.failOnWarnings} ++ ++
${footer}
++ ${groups} ++
${header}
++ ${helpfile} ++ ++ ++ ++ ${javaApiLinks} ++ ++ ${javadocExecutable} ++ ++ ${javadocVersion} ++ ${keywords} ++ ${links} ++ ${linksource} ++ ${localRepository} ++ ${locale} ++ ${maxmemory} ++ ${minmemory} ++ ++ ${nocomment} ++ ${nodeprecated} ++ ${nodeprecatedlist} ++ ${nohelp} ++ ${noindex} ++ ${nonavbar} ++ ${nooverview} ++ ${noqualifier} ++ ${nosince} ++ ${notimestamp} ++ ${notree} ++ ${offlineLinks} ++ ${old} ++ ${destDir} ++ ${overview} ++ ${packagesheader} ++ ++ ${quiet} ++ ${reactorProjects} ++ ${resourcesArtifacts} ++ ${serialwarn} ++ ++ ++ ${show} ++ ${maven.javadoc.skip} ++ ${source} ++ ++ ${sourcepath} ++ ${sourcetab} ++ ${splitindex} ++ ${stylesheet} ++ ${stylesheetfile} ++ ${subpackages} ++ ${taglet} ++ ${tagletArtifact} ++ ${tagletArtifacts} ++ ${tagletpath} ++ ${taglets} ++ ${tags} ++ ++ ${top} ++ ${use} ++ ${useStandardDocletOptions} ++ ${validateLinks} ++ ${verbose} ++ ${version} ++ ${windowtitle} ++
++ ++ ++ org.codehaus.plexus.archiver.manager.ArchiverManager ++ archiverManager ++ ++ ++ org.apache.maven.artifact.handler.manager.ArtifactHandlerManager ++ artifactHandlerManager ++ ++ ++ org.apache.maven.shared.artifact.resolve.ArtifactResolver ++ artifactResolver ++ ++ ++ org.apache.maven.shared.dependencies.resolve.DependencyResolver ++ dependencyResolver ++ ++ ++ org.apache.maven.project.ProjectBuilder ++ mavenProjectBuilder ++ ++ ++ org.apache.maven.project.MavenProjectHelper ++ projectHelper ++ ++ ++ org.apache.maven.plugins.javadoc.resolver.ResourceResolver ++ resourceResolver ++ ++ ++ org.apache.maven.toolchain.ToolchainManager ++ toolchainManager ++ ++ ++
++
++ ++ ++ org.apache.maven ++ maven-core ++ jar ++ 3.5.0 ++ ++ ++ org.apache.maven.resolver ++ maven-resolver-util ++ jar ++ 1.1.1 ++ ++ ++ org.eclipse.sisu ++ org.eclipse.sisu.inject ++ jar ++ 0.3.3 ++ ++ ++ javax.enterprise ++ cdi-api ++ jar ++ 1.1 ++ ++ ++ javax.el ++ javax.el-api ++ jar ++ 3.0.0 ++ ++ ++ org.jboss.spec.javax.interceptor ++ jboss-interceptors-api_1.2_spec ++ jar ++ any ++ ++ ++ com.google.guava ++ guava ++ jar ++ 20.0 ++ ++ ++ com.google.inject ++ guice ++ jar ++ 4.2.0 ++ ++ ++ cglib ++ cglib ++ jar ++ 3.2.0 ++ ++ ++ aopalliance ++ aopalliance ++ jar ++ 1.0 ++ ++ ++ org.apache.maven ++ maven-resolver-provider ++ jar ++ 3.5.4 ++ ++ ++ org.apache.maven.resolver ++ maven-resolver-api ++ jar ++ 1.1.1 ++ ++ ++ javax.inject ++ javax.inject ++ jar ++ 1 ++ ++ ++ org.apache.maven.resolver ++ maven-resolver-impl ++ jar ++ 1.1.1 ++ ++ ++ org.apache.maven ++ maven-repository-metadata ++ jar ++ 3.5.4 ++ ++ ++ org.apache.maven.resolver ++ maven-resolver-spi ++ jar ++ 1.1.1 ++ ++ ++ org.eclipse.sisu ++ org.eclipse.sisu.plexus ++ jar ++ 0.3.3 ++ ++ ++ org.apache.maven ++ maven-model-builder ++ jar ++ 3.5.4 ++ ++ ++ org.apache.maven ++ maven-builder-support ++ jar ++ 3.5.4 ++ ++ ++ org.apache.maven.shared ++ maven-shared-utils ++ jar ++ 3.2.1 ++ ++ ++ org.codehaus.plexus ++ plexus-classworlds ++ jar ++ 2.5.2 ++ ++ ++ org.apache.maven ++ maven-settings-builder ++ jar ++ 3.5.4 ++ ++ ++ org.sonatype.plexus ++ plexus-sec-dispatcher ++ jar ++ 1.4 ++ ++ ++ org.sonatype.plexus ++ plexus-cipher ++ jar ++ 1.4 ++ ++ ++ junit ++ junit ++ jar ++ 3.8.2 ++ ++ ++ org.hamcrest ++ hamcrest-core ++ jar ++ 1.3 ++ ++ ++ org.apache.maven ++ maven-model ++ jar ++ 3.5.0 ++ ++ ++ org.apache.maven ++ maven-settings ++ jar ++ 3.5.0 ++ ++ ++ org.apache.maven ++ maven-plugin-api ++ jar ++ 3.5.0 ++ ++ ++ org.apache.maven ++ maven-artifact ++ jar ++ 3.5.0 ++ ++ ++ org.apache.maven.reporting ++ maven-reporting-api ++ jar ++ 3.0 ++ ++ ++ org.apache.maven ++ maven-archiver ++ jar ++ 3.2.0 ++ ++ ++ org.codehaus.plexus ++ plexus-interpolation ++ jar ++ 1.22 ++ ++ ++ org.apache.maven.shared ++ maven-invoker ++ jar ++ 3.0.0 ++ ++ ++ org.apache.maven.shared ++ maven-common-artifact-filters ++ jar ++ 3.0.0 ++ ++ ++ org.apache.maven.shared ++ maven-artifact-transfer ++ jar ++ 0.9.1 ++ ++ ++ org.eclipse.aether ++ aether-util ++ jar ++ 0.9.0.M2 ++ ++ ++ commons-codec ++ commons-codec ++ jar ++ 1.6 ++ ++ ++ org.slf4j ++ slf4j-api ++ jar ++ 1.7.5 ++ ++ ++ org.apache.maven.doxia ++ doxia-sink-api ++ jar ++ 1.7 ++ ++ ++ org.apache.maven.doxia ++ doxia-logging-api ++ jar ++ 1.7 ++ ++ ++ org.apache.maven.doxia ++ doxia-site-renderer ++ jar ++ 1.7.4 ++ ++ ++ org.apache.maven.doxia ++ doxia-decoration-model ++ jar ++ 1.7.5 ++ ++ ++ org.apache.maven.doxia ++ doxia-core ++ jar ++ 1.7 ++ ++ ++ xmlunit ++ xmlunit ++ jar ++ 1.5 ++ ++ ++ commons-lang ++ commons-lang ++ jar ++ 2.4 ++ ++ ++ commons-collections ++ commons-collections ++ jar ++ 3.2.1 ++ ++ ++ org.codehaus.plexus ++ plexus-velocity ++ jar ++ 1.2 ++ ++ ++ org.codehaus.plexus ++ plexus-i18n ++ jar ++ 1.0-beta-7 ++ ++ ++ org.apache.maven.doxia ++ doxia-module-xhtml ++ jar ++ 1.7 ++ ++ ++ org.codehaus.plexus ++ plexus-container-default ++ jar ++ 1.0-alpha-30 ++ ++ ++ org.ow2.asm ++ asm-commons ++ jar ++ 5.0.3 ++ ++ ++ org.ow2.asm ++ asm-tree ++ jar ++ 6.2.1 ++ ++ ++ org.ow2.asm ++ asm-analysis ++ jar ++ 6.2.1 ++ ++ ++ org.apache.xbean ++ xbean-reflect ++ jar ++ 3.7 ++ ++ ++ org.apache.velocity ++ velocity ++ jar ++ 1.7 ++ ++ ++ org.apache.maven.doxia ++ doxia-skin-model ++ jar ++ 1.7.5 ++ ++ ++ org.apache.maven.wagon ++ wagon-provider-api ++ jar ++ 1.0-beta-6 ++ ++ ++ org.apache.commons ++ commons-lang3 ++ jar ++ 3.5 ++ ++ ++ commons-io ++ commons-io ++ jar ++ 2.5 ++ ++ ++ org.apache.httpcomponents ++ httpclient ++ jar ++ 4.5.2 ++ ++ ++ org.apache.httpcomponents ++ httpcore ++ jar ++ SYSTEM ++ ++ ++ commons-logging ++ commons-logging ++ jar ++ SYSTEM ++ ++ ++ com.thoughtworks.qdox ++ qdox ++ jar ++ 2.0-M7 ++ ++ ++ org.codehaus.plexus ++ plexus-java ++ jar ++ 0.9.8 ++ ++ ++ org.ow2.asm ++ asm ++ jar ++ 6.2 ++ ++ ++ org.codehaus.plexus ++ plexus-archiver ++ jar ++ 3.6.0 ++ ++ ++ org.codehaus.plexus ++ plexus-io ++ jar ++ 3.0.1 ++ ++ ++ org.apache.commons ++ commons-compress ++ jar ++ 1.16.1 ++ ++ ++ org.tukaani ++ xz ++ jar ++ 1.8 ++ ++ ++ org.codehaus.plexus ++ plexus-utils ++ jar ++ 3.0.24 ++ ++ ++ org.codehaus.plexus ++ plexus-interactivity-api ++ jar ++ 1.0-alpha-6 ++ ++ ++
diff --git a/maven-javadoc-plugin-build.xml b/maven-javadoc-plugin-build.xml new file mode 100644 index 0000000..2616030 --- /dev/null +++ b/maven-javadoc-plugin-build.xml @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in the test classpath or your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/maven-javadoc-plugin.spec b/maven-javadoc-plugin.spec new file mode 100644 index 0000000..dab0c7a --- /dev/null +++ b/maven-javadoc-plugin.spec @@ -0,0 +1,191 @@ +# +# spec file for package maven +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "bootstrap" +%bcond_without bootstrap +%else +%bcond_with bootstrap +%endif +%global base_name maven-javadoc-plugin +Version: 3.0.1 +Release: 0 +Summary: Maven Javadoc Plugin +License: Apache-2.0 +Group: Development/Libraries/Java +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 +BuildRequires: apache-commons-cli +BuildRequires: apache-commons-io +BuildRequires: apache-commons-lang3 +BuildRequires: atinject +BuildRequires: fdupes +BuildRequires: google-guice +BuildRequires: guava20 +BuildRequires: httpcomponents-client +BuildRequires: httpcomponents-core +BuildRequires: javapackages-local +BuildRequires: jdom2 +BuildRequires: maven-archiver +BuildRequires: maven-artifact-transfer +BuildRequires: maven-common-artifact-filters +BuildRequires: maven-doxia-core +BuildRequires: maven-doxia-logging-api +BuildRequires: maven-doxia-module-xhtml +BuildRequires: maven-doxia-sink-api +BuildRequires: maven-doxia-sitetools +BuildRequires: maven-invoker +BuildRequires: maven-lib +BuildRequires: maven-plugin-annotations +BuildRequires: maven-reporting-api +BuildRequires: maven-wagon-provider-api +BuildRequires: objectweb-asm +BuildRequires: plexus-archiver +BuildRequires: plexus-classworlds +BuildRequires: plexus-cli +BuildRequires: plexus-containers-component-annotations +BuildRequires: plexus-interactivity-api +BuildRequires: plexus-io +BuildRequires: plexus-languages +BuildRequires: plexus-utils +BuildRequires: qdox +BuildRequires: sisu-inject +BuildRequires: sisu-plexus +BuildRequires: unzip +BuildRequires: xbean +BuildRequires: xmvn-install +BuildRequires: xmvn-resolve +BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:) +BuildArch: noarch +%if %{with bootstrap} +Name: %{base_name}-bootstrap +BuildRequires: ant +BuildRequires: modello +BuildRequires: plexus-metadata-generator +%else +Name: %{base_name} +BuildRequires: xmvn +BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-resources-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-plugin) +BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin) +BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) +Obsoletes: %{base_name}-bootstrap +%endif + +%description +The Maven Javadoc Plugin is a plugin that uses the javadoc tool for +generating javadocs for the specified project. + +%if %{without bootstrap} +%package javadoc +Summary: Javadoc for %{name} +Group: Documentation/HTML + +%description javadoc +API documentation for %{name}. +%endif + +%prep +%setup -q -n %{base_name}-%{version} +%if %{with bootstrap} +cp %{SOURCE1} build.xml +%patch0 -p1 +%endif + +%patch1 -p1 + +%pom_remove_plugin :maven-enforcer-plugin + +%pom_remove_dep :::test: + +%build +%if %{with bootstrap} +mkdir -p lib +build-jar-repository -s lib \ + apache-commons-lang3 \ + atinject \ + commons-cli \ + commons-io \ + guava20/guava-10.0 \ + guice/google-guice-no_aop \ + httpcomponents/httpclient \ + httpcomponents/httpcore \ + jdom2/jdom2 \ + maven-archiver/maven-archiver \ + maven-artifact-transfer/maven-artifact-transfer \ + maven-common-artifact-filters/maven-common-artifact-filters \ + maven-doxia/doxia-core \ + maven-doxia/doxia-logging-api \ + maven-doxia/doxia-module-xhtml \ + maven-doxia/doxia-sink-api \ + maven-doxia-sitetools/doxia-site-renderer \ + maven-invoker/maven-invoker \ + maven/maven-artifact \ + maven/maven-core \ + maven/maven-model \ + maven/maven-model-builder \ + maven/maven-plugin-api \ + maven/maven-settings \ + maven-plugin-tools/maven-plugin-annotations \ + maven-reporting-api/maven-reporting-api \ + maven-wagon/provider-api \ + objectweb-asm/asm \ + org.eclipse.sisu.inject \ + org.eclipse.sisu.plexus \ + plexus/archiver \ + plexus-classworlds \ + plexus/cli \ + plexus-containers/plexus-component-annotations \ + plexus/interactivity-api \ + plexus/io \ + plexus-languages/plexus-java \ + plexus-metadata-generator \ + plexus/utils \ + qdox \ + xbean/xbean-reflect +%{ant} -Dtest.skip=true jar +%else +xmvn --batch-mode --offline \ + -Dmaven.test.skip=true -DmavenVersion=3.5.0 \ + package org.apache.maven.plugins:maven-javadoc-plugin:aggregate +%endif + +%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar + +%install +%mvn_install +%fdupes -s %{buildroot}%{_javadocdir} + +%files -f .mfiles +%license LICENSE +%doc NOTICE + +%if %{without bootstrap} +%files javadoc -f .mfiles-javadoc +%license LICENSE +%doc NOTICE +%endif + +%changelog