You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:26:45 UTC

[maven-javadoc-plugin] branch master created (now 79ebe99)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


      at 79ebe99  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new f1ccfb4  move reports into maven-plugins
     new 378bb73  PR: MNG-366 separate api from implementation keeping most of doxia, reporting and other libraries out of the core
     new 0087fe6  remove unnecessary report components definitions
     new 8357e36  Fix a typo for bottom
     new bc747bb  Allow the creation of external reports. html files are now generated only by external reports and not by doxia mojo
     new d9e4739  Added methods to repeat arguments (for group, tag, link and linkoffline options provided by the Javadoc standard doclet). Added plexus-utils as transitive dep.
     new a22af93  o Replacing hardcoded path separator ';' value with ${path.separator}.
     new 8a94d58  o Cleaning up the code style a bit:  - removing usage of this. as a prefix for referencing local variables  - renaming public_, private_ and protected_ to showPublic, etc.  - removing usage of final.
     new 467add7  Fixing MNG-810: "create a mojo goal named -> javadoc:jar"
     new cca9262  remove unneeded dependencies
     new 41d4e79  fixed possible corrupted source path when there are more compileSourceRoots.
     new f765bb0  adding required phase 'generate-sources'.
     new 21b70bd  Fix MNG-873
     new ee842b6  MNG-891(Javadoc fails to include libraries): Readded cmd.createArgument().setValue( ... ) for all elements in the arguments list; Formatted code.
     new c005d79  update dependency and parent versions
     new 19e5e43  [maven-release-plugin] prepare release maven-javadoc-2.0-beta-1
     new 59a4c31  [maven-release-plugin] prepare for next development iteration
     new eec18f1  put classpath in an external file
     new cbf5a2b  PR: MNG-779 fix defaults
     new 7ee5058  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has changed, so add a bunch of exclusions to ensure the old is not picked up fix bugs in mboot that wasn't honoring excludes.
     new 8dac76f  PR: MNG-620, 1035 Submitted by: Lester Ecarma Reviewed by:  Brett Porter correct issues with whitespaces in paths
     new 98dc3f5  PR: MNG-1152 Submitted by: Allan Ramirez Reviewed by:  Brett Porter remove spurious -excludePackageNames option on the javadoc command
     new b420d3f  PR: MNG-1163 locale must come first on command line
     new 7068e38  clean up MavenReportException uses
     new b6ef545  Resolving: MNG-1155...Applied patch for OS X path of javadoc.
     new c49c25e  Resolving: MNG-1004...won't add link args if maven is offline.
     new bb5458b  Resolving: MNG-968
     new 4ceb13b  Resolving: MNG-1164...added the ability to use a null key in addArg...(), and used this to avoid passing in the key -additionalparam.
     new 13b7294  Resolving: MNG-704, allowing list syntax for tags in the javadoc configuration. NOTE: The old single-line tag config syntax is also still supported.
     new 391cb43  bundle javadoc with java source releases
     new ad7941c  PR: MNG-1199 Submitted by: Allan Ramirez correct docletpath argument
     new 1cf37a0  update versions in plugins
     new 0ba193e  remove snapshot
     new 78868f3  [maven-release-plugin] prepare release maven-javadoc-plugin-2.0-beta-2
     new c8da54d  [maven-release-plugin] prepare for next development iteration
     new 7cec4cd  PR: MNG-1257 make javadoc work for WAR
     new c39e69e  PR: MNG-1237 Submitted by: Lester Ecarma put -J options on the command line instead of in @options file
     new 25cd95c  update eol-style
     new cb8965c  PR: MNG-1249 fix value of isExternalReport
     new 2c3a86e  PR: MNG-1464 Submitted By: David Jackman Reviewed By: John Casey
     new 74542ae  PR: MNG-1510
     new 2c81924  bumping parent to 2.0.1 for the scpexe changes.
     new 3bdb68b  [maven-release-plugin] prepare release maven-javadoc-plugin-2.0-beta-3
     new b7d0638  [maven-release-plugin] prepare for next development iteration
     new 70ea3e2  Set correct svn properties
     new b059ddd  change info log to debug
     new 2adae20  don't add report for non-java projects
     new 9d86796  PR: MJAVADOC-2  Update plugin docs
     new aeb069f  PR: MJAVADOC-9, MJAVADOC-19, MJAVADOC-27, MJAVADOC-21 Submitted by: David Jackman Various fixes for javadoc parameter handling cases
     new acd2595  PR: MJAVADOC-40 Submitted by: Brian Fox destDir parameter causing problems
     new 4ebb5ba  PR: MJAVADOC-38 Fix year display where inception == current
     new e603588  Fix NPE
     new ff4d49c  Added class javadoc
     new d1087b5  Added bottom doc improvement about using html PR: MJAVADOC-42
     new a55d31a  set the default javadoc output to the same location in the site and the plugin
     new 288003c  update location of generated javadoc
     new 9a3c970  PR: MJAVADOC-8 <group> parameter seems hard to use Refactored the group option Updated documentation and tests.
     new 7beb759  PR: MJAVADOC-59: Refactoring tag option Updated documentation and tests.
     new 7f73aed  PR: MJAVADOC-52: locale error Submitted by: pinghe Reviewed by: Vincent Siveton
     new f1a7689  PR: MJAVADOC-45: Quoted argument text must escape apostrophes Modified quotedArgument( String value ) method and added a test case
     new 24134d2  Correct the test case name
     new 64e46f7  PR: MJAVADOC-46 Submitted By: Wendy Smoak Reviewed By: Maria Odea Ching
     new 674f3db  PR: MJAVADOC-40 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new 01dd4ff  PR: MJAVADOC-47 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new 8e9b3b5  PR: MJAVADOC-45: Quoted argument text must escape apostrophes
     new 835b9b1  PR: MJAVADOC-55 Submitted by: Maria Odea Ching
     new 1a0f5c6  PR: MJAVADOC-57 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new 5612cb2  PR: MJAVADOC-36 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new 2130c61  adjust parent POMs
     new 318cb2c  remove duplicate entries
     new ed6453a  PR: MJAVADOC-3 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new d64aa5d  PR: MJAVADOC-56 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new bea9c5b  PR: MJAVADOC-28 Submitted By: Maria Odea Ching Reviewed By: Allan Ramirez
     new 86b3797  [MJAVADOC-33] refactor Javadoc, implement canGenerateReport, and implement aggregate flag
     new 32177af  [MJAVADOC-33] refactor out base class, make jar not aggregate
     new ce2d90d  [MJAVADOC-33] add comment
     new 0da98b8  - minor changes, set version to 2.0
     new 1b71401  add copyright symbol to generated javadoc
     new a3ffda0  document separators
     new d492419  PR: MJAVADOC-63
     new 69fefa6  Changed the assertions in the testDefaultConfiguration() method. One of the assertions failed because of the order of the zip file entries.
     new 54c37fe  PR: MJAVADOC-63
     new 067c711  PR: MJAVADOC-63
     new c2d0da0  remove unnecessary surefire definition, use released test library
     new 1db2c28  [MJAVADOC-66] fix path construction when aggregating Submitted by: Jesse McConnell
     new adefb5c  [MJAVADOC-70] fix inceptionYear if it was unspecified Submitted by: Nap Ramirez
     new e56bea6  [maven-release-plugin] prepare release maven-javadoc-plugin-2.0
     new 9274def  [maven-release-plugin] prepare for next development iteration
     new 3d75c46  PR: MJAVADOC-56
     new ed87307  PR: MJAVADOC-71
     new a186d7b  PR: MJAVADOC-71
     new 8417f35  PR: MJAVADOC-68
     new 0d3209b  documentation correction
     new ae15cd1  PR: MJAVADOC-79
     new ed925ab  PR: MJAVADOC-7
     new 341246b  rename index
     new a01874a  PR: MJAVADOC-79
     new ab2ae7e  delete incorrect files
     new 9573f6c  Deleted faq.apt. Changed Usage title to How To Use.
     new 92f427f  Updated pom.xml. Added faq.fml and updatedd site.xml.
     new bdd23e7  Updated site.xml, index.apt and usage.apt.
     new 9bb9b7a  Updated usage.apt and faq. Also updated site.xml.
     new 7d63a37  Updated docs to reflect the changes in the templates at codehaus docs Plugin Documentation.
     new 6c7a090  Documentation review updates
     new 2324c21  Updated pom.xml
     new 473f2b6  Updated pom.xml
     new 7ca9679  MNG-2460: Incorrect POM inheritance for plugins
     new 9948bb1  Updated description of some of the mojo parameters. Changed <build> to <reporting> in the example poms. Updated site.xml.
     new a803581  Updated site.xml and alternate-doclet.apt
     new ab5dcaf  Updated alternate-doclet.apt
     new 0cb9ae5  Added license tags in the plugin docs.
     new c3cf6bf  MSITE-138: site:stage does not create xref
     new 9dc41f0  MJAVADOC-72: Aggregating javadocs doesn't work Submitted by: Mathias Brökelmann Reviewed by: Vincent Siveton
     new 34c7bc9  MJAVADOC-88: Copyright null if no organization name was specified
     new b2ec02f  MJAVADOC-86: Coma in <group><title> are replaced by -group
     new ac60c68  MJAVADOC-82: 'sourcepath' should not be mandatory when using 'subpackages' configuration
     new 802adf6  MJAVADOC-61: Adding custom source paths to javadoc
     new f3f3ade  o updated the compileSourceRoot call to handle site goal
     new 8f863ae  o Used project.getExecutionProject() instead of executionProject to better handle  compileSourceRoot in the site goal
     new 70e78b2  MJAVADOC-81: Additional doclets do not run. Submitted by: Shinobu Kawai Reviewed by: Vincent Siveton
     new 926acb3  MJAVADOC-64: No way to output javadoc warnings Submitted by: Jonas Berlin Reviewed by: Vincent Siveton
     new 06e815e  MJAVADOC-87: doc-files ignored if they reside in the resources directory
     new 2d7ff56  o Prevent a null in the reportOutputDirectory path for mvn javadoc:javadoc o Improved the display for Javadoc Warnings
     new d5b48f2  MJAVADOC-85: <taglet> allow only one taglet
     new d722ad4  MJAVADOC-89: Improve the plugin debugger
     new d7071d7  MJAVADOC-90: Missing standard doclet options
     new 79965d4  o added SINCE_JAVADOC_1_x to better manage the Javadoc options depending the Javadoc version (i.e. 1.4, 1.4.2, 1.5) o reviewed and updated Javadoc comments
     new f0adbaf  o removed unnecessary warning
     new 0a8a00d  MJAVADOC-65: The javadoc plugin seems to ignore package-info.java
     new 22713a3  o improved documentation (introduction and faq)
     new c423bf4  MJAVADOC-92: Cant find javadoc.exe on windows in specific cases
     new 9d19889  o prepared release - using release against parent v3 as brett suggest - updated prerequisite to 2.0.2 - add more <exclusion/> for plexus:plexus-utils to be sure that build works fine on mvn 2.0.5-snap and 2.1-snap
     new 441096a  forget this o using release against parent v3 as brett suggest
     new 0a6b633  MJAVADOC-93: Allow commas in text arguments doctitle, windowtitle, header, footer, and bottom
     new 91963fb  [maven-release-plugin] prepare release maven-javadoc-plugin-2.1
     new 92cb969  [maven-release-plugin] prepare for next development iteration
     new 7559105  o Update parent pom
     new 819bfe6  use inheritence and make all the site appearances consistent
     new d65b51c  put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM.
     new 817fcc1  o archiver will now pick up dot files to package any resources that have been created by other processes like   license file generation
     new 4f168b4  o pick up a standard directory of shared archive resources
     new 94f7066  o updating license goop
     new ad9df6b  o use released parent o fall back to last release of plexus-archiver, new feature i added is not required
     new 2868463  o Set EOL style to native.
     new 02b707e  o Fix indentation in configuration examples.
     new 1a449c9  o Update to the new ASF license headers.
     new 0571694  o Enclose license inside a proper comment.
     new 2e3869a  [maven-release-plugin] prepare release maven-javadoc-plugin-2.2
     new 4b4a8af  [maven-release-plugin] prepare for next development iteration
     new 2714665  o updating to latest released parent
     new 8b34337  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
     new a4d361e  o fixed Javadoc for system dependent path separator o no code change
     new a4d6801  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     new f8e79c9  [MJAVADOC-115] getDocletPath does not return correct path Submitted By: Mark Proctor
     new 55a76a0  [MJAVADOC-105] Excluded package is generated (should not) because of wrong file separator. Submitted By: Julien Henry
     new 51eb450  [MJAVADOC-104] Javadoc of generated sources is not generated when aggregate=true Submitted By: Julien Henry
     new a59ea66  Updated tests because build is failing due to test failures
     new e3d94c0  MJAVADOC-112: How to use packages should be documented
     new df3000f  MJAVADOC-120: Better handling of Javadoc resources: overview.html, doc-files
     new 42fa1fe  MJAVADOC-121: Add a new parameter to handle additional -J options
     new 2d0f726  MJAVADOC-114: Less output
     new 1baf102  o CSS was not valid: fixed it by using "medium" property for the size (instead of "normal")
     new a97a994  MJAVADOC-118: src/main/javadoc of sub modules ignored for generation of aggregated javadoc
     new 8fb6a59  o Shuts off Javadoc messages in the unit tests
     new be33309  MJAVADOC-110: sourcepath element is not working
     new 95973ed  o Set the prereqs to 2.0.6
     new b04a45e  MJAVADOC-122: configuration documentation
     new e7c9cc5  MJAVADOC-98: Add support for Javadoc version different from JAVA_HOME Submitted by: Wayne Fay Reviewed by: Vincent Siveton
     new 08c4eca  MJAVADOC-94: The javadoc option "-sourcetab" should be passed as "-linksourcetab"
     new 4f89461  o fixed typo
     new 4e01786  o reorganization of code: separation between protected, private and private static methods o no code change
     new f51478d  MJAVADOC-100: Allow JavaDocs to generate for Test Code
     new 3809976  MJAVADOC-74: Unavailable package-list prevents deploy & release
     new d9782f3  MJAVADOC-75: Document how to deploy javadoc jars
     new 458535b  o getProjectSourceRoots should include compile source roots for the TestJavadocReport
     new d985f90  o added getProjectBuildOutputDirs() to better handle javadoc classpath o added getExecutionProjectSourceRoots() to handle the source roots from the execution project
     new 3b70da1  o added the javadoc version tag
     new 09e4a6b  o adding maven-settings:2.0.2 as dependency
     new 345ff9b  MJAVADOC-125: Dont generate javadoc report if project has pom packaging
     new 8d992f4  o removed unused import
     new 811fdec  use released version
     new 364443a  use the code for copyright instead of &copy;
     new 454b86b  MJAVADOC-130: Inproper Handling of Tag Definitions
     new e30094b  MJAVADOC-128: Plugin does not accept URL to an offlineLink's location Submitted by: Libor Kramolis Reviewed by: Vincent Siveton
     new ca0e227  MJAVADOC-131: file configuration should use File type instead of String
     new 7545f80  MJAVADOC-129: javadocDirectory config parameter is ignored and default doesn't work either.
     new ba99d61  o fixed a possible NPE
     new 1157c84  MJAVADOC-127: Tests fail on MacOS X
     new 0a4eb71  add repository for utils
     new c9ca964  MJAVADOC-133: Javadoc fails if footer contains newlines
     new 94ca559  o Prepared the release by using released dependencies o bumped to plexus-utils:1.4.3 (and removed the codehaus repo) o bumped to maven-plugin-testing-harness:1.1 o bumped to maven-invoker-plugin:1.0 o minor formatting clean-ups
     new 469c080  o bumped the javadoc-plugin version in the IT for the release
     new ad89d09  [maven-release-plugin] prepare release maven-javadoc-plugin-2.3
     new fd4d8cc  [maven-release-plugin] prepare for next development iteration
     new bf41a8f  o put back license
     new 99b8d6a  o bumped to new snapshot of javadoc plugin
     new a66d132  MJAVADOC-139: NPE out of AbstractJavadocMojo::getSourcePaths() on multimodule project using aggregate
     new 2aeced4  o small clean up
     new 63192b5  This commit adds all reactor project's apidocs to the search path for external links. It is related to MJAVADOC-97, but only deals with reactor projects.
     new 4cfc605  MJAVADOC-145: If Javadoc is set to aggregate, the build fails inside a Maven plugin module
     new 677c5f0  o added debug conf parameter for Continuum
     new fe9f9f7  MJAVADOC-147: -quiet argument is a standard doclet in j2sdk 1.4, not a javadoc option
     new 2b5a01b  o fixed tearDown() o updated javadoc
     new 0e26685  MJAVADOC-148: Support of -top option in standard doclet JDK 6.0
     new 6835434  o fixed tearDown() o updated javadoc
     new f04fa68  o fixed proxyPort as commented in MJAVADOC-108
     new 63ed806  MJAVADOC-149: Newline in ${project.organization.name} makes javadoc fail Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new 8fc2338  MJAVADOC-149: Newline in ${project.organization.name} makes javadoc fail Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new c2f6b0e  MJAVADOC-153: Generate the OfflineLink class with Modello
     new 816a02f  o moved static methods to an utility class so we could test them o updated javadoc
     new 2dbcb67  o added several @since tag
     new 97bc5f8  MJAVADOC-154: Bump to plexus-utils:1.4.6
     new cac75c8  MJAVADOC-151: No support for 'noProxyHosts' specified in settings.xml MJAVADOC-108: proxy support for plugin not complete enough
     new f90e756  MJAVADOC-135: Error parsing javadoc version when used with IBM jdk 1.4.2 Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new 9fff7c4  o minor javadoc updates
     new 640240f  MJAVADOC-155: maxmemory and minmemory support only m unit
     new 891e47d  MJAVADOC-156: UnsupportedOperationException in multi module project
     new c011982  MJAVADOC-159: nooverview not implemented MJAVADOC-160: Validate javadoc options and standard doclet options
     new 252621d  MJAVADOC-160: Validate javadoc options and standard doclet options
     new 81ddc8f  MJAVADOC-158: Command line dump reveals proxy user/password in case of errors
     new a981faf  o using Plexus to instantiate mojo parameters with default-value
     new 700e353  o lock surefire-plugin version to 2.3 to avoid Plexus pb
     new e700747  MJAVADOC-164: Javadoc 1.4 fails due to missing directory in linkoffline option
     new 1670868  MJAVADOC-165: Provide specific default value for "encoding" parameter Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new e1c83f8  MJAVADOC-169: Add support for i18n Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new c1f2f74  o bumped to maven-plugins:10
     new 9ff8853  o improved logging
     new 57ca19a  MJAVADOC-172: classpath is wrong using aggregate mode
     new 5fceee0  o added scm
     new 6686583  MJAVADOC-172: classpath is wrong using aggregate mode
     new ed8b438  o improved readFile()
     new d89b5f9  o take care of 'null' output directory (mainly for tests)
     new a6d29bd  MJAVADOC-173: JavadocUtil#copyJavadocResources( File outputDirectory, File javadocDir ) should exclude default pattern
     new f522006  MJAVADOC-173: JavadocUtil#copyJavadocResources( File outputDirectory, File javadocDir ) should exclude default pattern
     new 05136b9  MJAVADOC-116: Impossible to aggregate javadoc if snapshot never built
     new 69d0455  MJAVADOC-174: Fix hyperlink to reference doc for mojo parameter "use" Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new e886c33  o added a test case for javadoc version due to a user question see http://www.nabble.com/Re%3A-Javadoc-plugin-bug-issue-reprised-td15400050s177.html
     new 1d34463  MJAVADOC-176: javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version Submitted by: Alexander Sack Reviewed by: Vincent Siveton
     new 6d82cdc  Adding a test for MJAVADOC-137, which really should fail, but doesn't. mvn javadoc:jar at the command line does not produce the javadoc jars in the sub-modules, but the same config in the parent pom does.
     new 0b70036  [MJAVADOC-137] Add goals.txt to execute 'mvn javadoc:jar' and comment out the now failing test. Thanks to Brian and Brett for assistance. :)
     new 17eafd7  [MJAVADOC-137] Revert the addition of @aggregator and other changes from MJAVADOC-104, which fixed a problem with missing javadoc for generated sources. Unfortunately, adding @aggregator to the javadoc plugin causes too many other problems.
     new abe1d1e  o fixed header o updated pluginManagement
     new 264f6ef  o removed duplicate artifacts in the taglet path
     new 727f48c  MJAVADOC-137 Added description and removed commentC
     new ea70d1c  Make sure that maven-source-plugin 2.0.4 is used for the release so that LICENSE and NOTICE will be presend in the -sources jar.
     new 512354e  [maven-release-plugin] prepare release maven-javadoc-plugin-2.4
     new 69bcbdd  [maven-release-plugin] prepare for next development iteration
     new 09fc730  o Added svn:eol-style=native
     new e85fa93  o Fixed ITs to use currently build plugin version (see also http://maven.apache.org/plugins/maven-invoker-plugin/advance-usage.html)
     new 794498f  o Updated to modello-maven-plugin:1.0-alpha-18   (primarily to workaround MNG-3284 and make IT job "Maven-Plugins" pass, see also https://ci.sonatype.org/job/Maven-Plugins/16/consoleText)
     new 305f132  [MJAVADOC-182] use ${project.build.sourceEncoding} as default value for "encoding" parameter
     new 58b62ab  upgrade to last parent remove redudant plugin declaration
     new 51b6dfe  MNG-468 add toolchains support to the javadoc plugin. It recoginizes the "jdk" toolchain now.
     new 12d2fa2  [MJAVADOC-162] javadocExecutable unusable
     new 4428efa  o formatting due to r649443
     new 5f673e4  MJAVADOC-183: Aggregate javadoc does not process the src/main/javadoc directories
     new c929d3c  MJAVADOC-188: -top command line argument is passed even when java version is <1.6, generating a warning
     new a946991  revert to old property to skip integration-tests
     new 0b0ead7  o Update links to Doxia APT reference.
     new bce2afc  [MJAVADOC-185] reverted MJAVADOC-165, ie default to platform encoding
     new d39d57f  removed unused import
     new 915b9a5  [MJAVADOC-185] added a warning if no input encoding is set
     new ea291f2  MJAVADOC-180: aggregation doesn't work for test-javadoc goal
     new 1b58eaf  o add a JDK 1.5 profile to run this IT o fixed bsh
     new 90cf2d8  MJAVADOC-190: Javadoc tool -excludedocfilessubdir has no effect
     new b409e38  MJAVADOC-187: Javadoc jar manifest should contain Specification and Implementation details
     new 842a346  MJAVADOC-192: Bump to a new release of Doxia
     new 02ea67e  MJAVADOC-193: Bump plexus-utils to 1.5.1
     new 9356aab  MJAVADOC-189: Allow skipping of javadoc generation Submitted by: Francois Fernandes Reviewed by: Vincent Siveton
     new e1003dc  MJAVADOC-178: Transitive Dependencies to Taglet Artifacts are not resolved nor added to the classpath
     new 354937e  MJAVADOC-168: Regression: 2.4-SNAPSHOT does not generate docs for generates sources if run outside a build
     new 2a22b7a  MJAVADOC-126: Add the ability to load the stylesheet from a jar (resource) Submitted by: Francois Fernandes Reviewed by: Vincent Siveton
     new 3f48ea0  o added license header and removed tab
     new b3c5406  MJAVADOC-126: Add the ability to load the stylesheet from a jar (resource)
     new 89b849b  o separated mojo components and parameters
     new 4669fe7  MJAVADOC-126: Add the ability to load the stylesheet from a jar (resource)
     new f07202b  o replaced p-u deprecated methods
     new e6f4d6f  MJAVADOC-144: Cannot generate Javadoc on Mac OS X if path contains space characters
     new a00c0f0  MJAVADOC-196: Create AggregatorJavadocMojo similar to AggregatorSourceJarMojo
     new 6e52601  MJAVADOC-196: Create AggregatorJavadocMojo similar to AggregatorSourceJarMojo
     new 7229608  o fixed warn in unit tests (thanks lukas to point that!)
     new ed2f3c7  o improve readingness
     new 367e614  MJAVADOC-191: Add a new Mojo for test-jar
     new d388c8c  o fixed space in javadoc for plugin reports
     new 4bed8c1  MJAVADOC-194: javadoc 2.4 does not [build-helper:add-source {execution: add-source}] when aggregating a javadoc for a project
     new 711cb60  use plexus-utils released version
     new 71ba68c  use last invoker plugin features to have a faster build
     new 9429f9e  MJAVADOC-198: AbstractJavadocMojo#getClasspath(..) should use subProject's managedVersionMap Submitted by: Detelin Yordanov Reviewed by: Vincent Siveton
     new e008f7c  o improved javadoc (workaround for MPLUGIN-128)
     new c4efe8c  o improved Javadoc
     new 1879a3c  o added <pluginManagement/> o added maven-artifact-manager:2.0.9
     new af8b5c0  o fixed typo
     new 825da45  o reduced checkstyle errors
     new cb75446  o fixed clirr report
     new 02c2fb1  o improved note for CPD report
     new f655648  MJAVADOC-200: Exception creating report - slash/backslash problem
     new 3f3318b  MJAVADOC-197: Provide flag to ignore errors
     new c63cf2f  o Removed unnecessary stuff
     new ddef5fa  MJAVADOC-201: Links parameter should handle relative links
     new 20269f2  o fixed typo
     new 34f5ef6  MJAVADOC-204: Have a way to auto detect tagletClass from a given tagletArtifact
     new e29cabd  o using release of maven-plugin-testing-harness:1.2
     new 8f8779c  MJAVADOC-203: Test report should have its own config
     new eb546ee  o reduced executeReport() length
     new bbb47c6  removed unused imports
     new 4af532b  use IOUtil.close()
     new 795d06f  [MJAVADOC-206]: use ${project.reporting.outputEncoding} as default value for "docencoding" and "charset" parameter and default to UTF-8
     new 964164d  [MJAVADOC-206]: added an IT
     new 6ad1257  improved warning message when source files encoding is not set
     new 91a0eac  fixed unit tests to avoid "Source files encoding not set" warning
     new 22c69bb  MJAVADOC-206: use ${project.reporting.outputEncoding} as default value for "docencoding" and "charset" parameter and default to UTF-8
     new caadd2f  o try again to fix UTF-16
     new 2ed1104  o try again to fix UTF-16 for svn
     new 83ab7c1  o removed duplication for breakiterator
     new be75685  o Restored original test design (source file encoding is independent from output encoding and shouldn't have any effects)
     new 0d75a50  o Enabled debug output from plugin
     new dff9b84  o Enabled workaround for MINVOKER-43
     new 07ca687  o Resurrected Install Plugin to stage plugin into IT repo o Reverted non-functional workaround for MINVOKER-43
     new 0e5ade1  fixed typos
     new 58d9fb1  o added new FAQ entry about Javadoc options o added Javadoc package.html
     new b0ff164  o close the stream
     new b454f70  o reduce method length
     new ef655d9  o reflected Maven Javadoc plugin options o added a notice about none up-to-date Sun documentation
     new c99258f  o improved the FAQ
     new d758e6c  MJAVADOC-202: Links ../apidocs from javadoc:javadoc to javadoc:test-javadoc
     new 2b90081  o improved faq for links option
     new 491ebeb  MJAVADOC-78: Add a flag to provide standard doclet parameters to custom ones too
     new ae6353a  o sort options
     new 80d95c1  MJAVADOC-208: Added bootclasspath javadoc option
     new cd75253  o fixed typo
     new 0050e37  MJAVADOC-209: Exclude debug files for javadoc:jar goal
     new 6a78b5d  o fixed warning depending jdk version o updated package doc
     new eb2d3f3  o allow debug option if -X is on
     new 0646977  o sourcetab should be an int
     new 2bfea0c  o fixed warning for subpackages depending jdk version
     new afdf650  o be sure to include postive sourcetab
     new 5ffa3c1  o replaced some tags
     new 46fae48  o fixed checkstyle
     new 964c003  o used options in alphabetical order
     new 01ac351  o fixed PMD
     new a518d0c  o uniformed date
     new faf4204  o improved doc
     new 6cca248  o added output conf doc
     new bbbc82e  o added French resources
     new b46164a  o added release notes from jira o added taglet config for javadoc o added i18n report
     new 17cc778  o Kept the IT output out of the source tree
     new 3f2996a  [MJAVADOC-210] fix taglet location on non-Sun platforms, use same location technique as plexus-compiler
     new b91ee89  [MJAVADOC-211] create the report output directory if it doesn't exist
     new 68c71e5  o add debug flag for invoker-plugin
     new 4374c87  revert MJAVADOC-211
     new b429aee  [maven-release-plugin] prepare release maven-javadoc-plugin-2.5
     new 5402370  [maven-release-plugin] prepare for next development iteration
     new 57f787c  [MJAVADOC-206] use ${project.reporting.outputEncoding} as default value for "docencoding" and "charset" parameter and default to UTF-8
     new 947069e  o reverted release due to MJAVADOC-206
     new 67d7888  MJAVADOC-206: use ${project.reporting.outputEncoding} as default value for "docencoding" and "charset" parameter and default to UTF-8
     new bbf62ae  Try to use the 12-SNAPSHOT parent
     new 760723d  Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)
     new a98e65d  Align activation properties for integration-tests profile because we cannot setup it in the parent (see MNG-3228)
     new 7a67834  Upgrade to invoker 1.2.1-SNAPSHOT to fix MINVOKER-43 (and remove manual install) Cleanup plugins versions
     new 4b51459  Use invoker 1.2.1-SNAPSHOT required by several plugins. Will be released in few days
     new eb87f9c  o Synced id and activation of integration-tests with core ITs
     new 6404e96  o lock down invoker-plugin version
     new f931b3a  o take care of relative paths
     new abd5085  o improved doc due to questions on dev@
     new 5b7f2d4  o be sure to prune all dirs
     new 1f4e285  o updated code and documentation to match proposal after user poll: default reporting encoding is UTF-8 o improved IT to check when default reporting encoding is different from source encoding
     new 8801cbc  MJAVADOC-212: AggregatorJavadocReport/AggregatorTestJavadocReport are used by default in aggregator and no reports are generated Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new eff65b9  o fixed date
     new 64e7df9  MJAVADOC-212: AggregatorJavadocReport/AggregatorTestJavadocReport are used by default in aggregator and no reports are generated
     new 8b623d0  MJAVADOC-202: Links ../apidocs from javadoc:javadoc to javadoc:test-javadoc
     new 049f94a  o Set svn:eol-style=native
     new 756bca6  o Made IT run on Java 1.4+
     new f56842e  o Removed svn:executable
     new e40436d  MJAVADOC-212: AggregatorJavadocReport/AggregatorTestJavadocReport are used by default in aggregator and no reports are generated Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
     new dc40dac  o Added ASF snapshot repo to user settings of ITs (e.g. to make sure they can resolve snapshot parents)
     new 25f6b12  o Fixed IT
     new 82ac709  o used latest parent to make the release o using latest plugin tools
     new 0071d19  o added some undeclared dependencies o using latest plugin/dependencies o workaround for MCHANGES-124
     new 390580e  o ordered POM following our conventions
     new 449a1ad  [maven-release-plugin] prepare release maven-javadoc-plugin-2.5
     new 9c9da9a  [maven-release-plugin] prepare for next development iteration
     new 91feaf6  o Updated index page of plugin site
     new 263a52c  o Unified plugin name
     new e20ae9f  o Changed encoding of site descriptor to UTF-8 just like used for POMs o Updated/added license headers
     new fbdd8bd  o Explicitly stated UTF-8 as file encoding o Updated license header
     new eee3c9f  o Updated index page of plugin site
     new 86a696d  o Inherited from maven-plugins:12
     new 1bf8732  o Formatted/reordered POM
     new 4c37876  o Removed inherited stuff
     new eabdd8a  o Updated all plugins to use maven-invoker-plugin:1.3 to workaround MNG-3284 and bogus CI failures
     new 1b01236  o Adjusted IT settings to compensate for the unusual unix-style local repo path used on the Windows nodes of the Hudson grid
     new 03dde64  o Avoided deprecated syntax @parameter expression="${component...}"
     new d6344ad  [MJAVADOC-215] warning proxyHost' is deprecated since 2.4
     new 682be85  use the latest parents
     new 8c8834a  o Inherited from maven-plugins:13
     new 7e2b443  MJAVADOC-226: Add a new goal to fix Javadoc tags
     new 78a35ea  o be sure that dir exist
     new e3a5e7e  o refactor clirr uses - added clirrNewClasses and clirrNewMethods fields to know what it is added - updated isNewClassFromLastVersion/isNewMethodFromLastRevision o added writeClirr() method to write a clirr diff file when debug is enabled
     new 87aa8c8  o make executeClirr() private
     new 69b63df  o added javadoc
     new 5d6acc6  o specify QDOX issueId
     new c84872c  o take care of javadoc separator for since
     new 5c69f39  o bump to latest version
     new 1dd6518  o take care of new methods in interface found by clirr
     new 0cecfaa  o using unicode for defaultVersion to prevent svn keyword
     new fa0ba09  MJAVADOC-222: Documentation Issues
     new a8d070e  MJAVADOC-225: The plugin should be able to generate a jar of the aggregated javadoc
     new 9a5aa9e  o fix typo
     new 1dc4b76  MJAVADOC-220: ArrayIndexOutOfBoundsException in JavadocUtil.getIncludedFiles
     new 6599deb  MJAVADOC-217: Update "Aggregating Javadocs" example
     new af67f9a  o improved warranty msg
     new d2703ad  o propagation of r749029 in doc
     new 1549ee0  o bump to 2.6 instead of 2.5.1
     new c0147da  o improved doc
     new 4ca3da8  used http://maven.apache.org/xsd/* for schema location
     new 6b56ffb  o added default since only when not already added in the class javadoc
     new f4e53bd  o using a constant for " * "
     new 809f519  o refactoring the class to remove duplicate code found by cpd, to improve reading and to fix some qdox issues. o added more test cases
     new 3253750  o more comments for QDOX issues
     new 502e0c0  o unified javaMethod String
     new 831d27e  o removed unknown tag to prevent multi writing
     new fe933f3  Small clarification to method parameter name.
     new bf6ea5a  o update to latest modello plugin - eclipse incremental builder aware
     new 2c5dbbc  o fix typo in version configuraiton and use modello 1.0.1
     new 2c74edf  o use injection for the toolchain manager
     new beee466  o optimize imports
     new 5de5efc  o revert r759463
     new 75438b6  o removed unknown tag to prevent multi writing (take two)
     new 210f1f8  o added outputDirectory field o upgraded to qdox:1.9.1 (QDOX-155, QDOX-156)
     new 88de7e3  o take care of SVN properties for @version in tests
     new 1e415bd  o updated the groupId for all tests o added Maven xsd o updated javadoc in stubs
     new dfd2aa6  o replaced the clirr-maven-plugin dependency by the maven invoker o updated log o updated doc and test
     new a2f6cfb  o improved log
     new d5bffcc  o used String outputDirectory instead of File
     new f752db9  o reverted r791231
     new 4a5cca9  o trimmed ClirrTextOutputFile lines
     new bc04d42  o add more test cases
     new fe5bd1b  o added MavenOpts for the invoker
     new 73e9c4b  o more tests
     new 195cb2c  o fixed tests
     new f83c5cc  o improved inherited tag o align javadoc with correct indentation o refactoring test cases to use expected dir (better than string comparison)
     new 82c9636  o revert r791464 as discussed in http://maven.markmail.org/message/hoa6n63rox4mjozf
     new 9b4d288  o forgot test files for r792176
     new 6f54f8c  o fixed default author
     new 2b7e70b  o add TODO for qdox
     new f8a8d71  o improved test files
     new 940f92b  o added jdk5 and jdk6 tests cases for fix plugin
     new c65aee5  o bump to qdox 1.9.2
     new 53cc50d  o add more test cases o refactor part of code for latest qdox and for tests o clarify javadoc
     new 6800f47  o Added plugin version to POM snippets in documentation
     new c37aea0  o take care of RuntimeException in @throws tag o added test case o updated javadoc
     new 08b512b  o take care of generic o add test cases
     new 58b3f96  MJAVADOC-238: No timeout set for URLConnection which can cause build to get stuck
     new 13ec2e1  MJAVADOC-232: copied doc-files folder contains svn meta files
     new 9b85442  MJAVADOC-232: copied doc-files folder contains svn meta files
     new f2e441f  MJAVADOC-231: tagletpath does not seem to work
     new 29dd5e0  MJAVADOC-230: aggregate report requires to have aggregate=true configuration parameter Submitted by: Jeff Maxwell
     new c25b25f  o @deprecated in one line to beautify the warning when running mvn
     new 2b5bdb0  MJAVADOC-230: aggregate report requires to have aggregate=true configuration parameter
     new 82944ad  MJAVADOC-216: Stylesheet file loaded from classpath MJAVADOC-239: Helpfile loaded from classpath
     new b4fcbbe  MJAVADOC-216: Stylesheet file loaded from classpath MJAVADOC-239: Helpfile loaded from classpath
     new 485ab34  MJAVADOC-97: enable internal/external dependency references as links
     new 44e6f94  MJAVADOC-97: enable internal/external dependency references as links
     new 739b538  o cosmetic javadoc
     new a37a165  o typo
     new c55f27d  MJAVADOC-240: Add default Javadoc link depending the values of maven-compiler-plugin configuration
     new a288b06  MJAVADOC-181: Javadoc report not generated for multi-module project if run from parent level.
     new df58f2a  o unify IT groupIds o added license header o updated xsds
     new b28eda9  o make getFullClirrGoal() static
     new dc8dfc5  o updated code for generic (QDOX-150) since qdox 1.9.2 (r793326) o added workaround for QDOX-173 o added more tests
     new 9652d5a  MJAVADOC-238: No timeout set for URLConnection which can cause build to get stuck
     new 7421b7b  o deleted useless tests
     new 8c99d67  o using readModel() in stubs
     new 9d46e2d  o removed inherited methods
     new b66fdf4  o checkstyle + doc
     new 3b80c17  o typo
     new 62da5a8  o added assembly for release o using parent:13 o lock plugins version o using latest doxia and wagon version
     new 23a9147  [maven-release-plugin] prepare release maven-javadoc-plugin-2.6
     new a4b9867  [maven-release-plugin] prepare for next development iteration
     new 7cd0d76  MJAVADOC-248: Site 'Usage' page references 2.5 version of m-javadoc-p
     new 32c2dc1  [MJAVADOC-251] Configuration of javadoc:javadoc fails with NPE upon disadvantageous order of config injection
     new f62541f  o filtering version in doc
     new a83b3d3  o fixed ambiguous links
     new ad5588a  MJAVADOC-247: location of doc-files is wrong on page http://maven.apache.org/plugins/maven-javadoc-plugin/examples/test-javadocs.html
     new d7fd9cc  o using HttpStatus constants
     new 1ffe912  o using FileUtils.createTempFile() for invoker logs files
     new d156f69  o delete javadoc files (ie options) only if no error and no debug mode
     new f212cb2  o forgot to delete also the script file
     new cd37767  MJAVADOC-244: Javadoc plugin: java files under src/main/javadoc and doc-files directory are being compiled
     new 89c2932  o using CDATA for <source/>
     new 4db7931  o lock plugin versions in ITs o add clean goal in ITs
     new 44251f7  MJAVADOC-257: maven-javadoc-plugin 2.5, 2.6 and mojo: Error extracting plugin descriptor
     new aba6814  enable it for maven 3
     new a82cc7f  stabilized junit which was failed on my solaris box
     new 470b7b4  fix jdk 1.6 junit
     new 07b13e0  o trying to fix hudson by changing IT groupId/version
     new 923f6b1  o try to catch JVM init error
     new bdedcd9  o try to prevent Hudson build errors when java.sun.com is down (like this morning)
     new 9eaaccd  o fixed javadoc to improve the rendering of goal pages
     new 1bf8b06  MJAVADOC-259: Resource copying from javadoc dir is incomplete
     new 4513723  o removed unused import
     new 2198a41  o clarify javadoc excludePackageNames
     new 6a7c61b  o added link to plugin documentation for each parameter o formatting doc
     new fdfca6f  o improved doc due to r813812
     new 3f07f4f  MJAVADOC-262: Parameters like sourcepath depend on system path separator (colon/semicolon)
     new 2a11456  o reviewed and improved Javadoc and documentation by adding some examples (part of MJAVADOC-258)
     new 6e4361b  o validate locale and charset options o added more unit tests
     new 9774a89  MJAVADOC-246: ExceptionInInitializerError with maven-site-plugin:2.1-SNAPSHOT and mvn > 2.1
     new 5a8a0c8  bump to new parent POM, and remove one-off source-release assemblies
     new 6b7d9fd  upgrade parent version to ensure source-release is automatic.
     new 788d862  MJAVADOC-252: javadoc link : nonproxyhosts not used Submitted by: Maxime Gréau Reviewed by: Vincent Siveton
     new d0de0e5  o Updated to maven-invoker-plugin:1.4
     new 592f899  TestJavadocReport is a mojo not a report mojo (configuration must be in build section not reporting section)
     new ee64fdc  exclude default reports for its which called site to have a faster build.
     new eb758ff  o Stabilized IT
     new 610983d  o removed unused import
     new 7ee0f1c  o simplified code
     new a7e09e5  MJAVADOC-267: Allow changing the reportOutputDirectory from the commandline Submitted by: Dirk Olmes Reviewed by: Vincent Siveton
     new cbdc90e  MJAVADOC-267: Allow changing the reportOutputDirectory from the commandline
     new 84de6e7  MJAVADOC-268: performance problem in AbstractJavadocMojo.getModulesLinks() Submitted by: Milos Kleint Reviewed by: Vincent Siveton
     new 7002369  MJAVADOC-266: META-INF directory copied from resource artifacts
     new 10baebe  o bump to modello:1.1 and added modello xsd o bump to maven-plugin-plugin:2.5.1
     new 90a397c  [maven-release-plugin] prepare release maven-javadoc-plugin-2.6.1
     new 751d44b  [maven-release-plugin] prepare for next development iteration
     new 71df3a3  [MJAVADOC-271] Improve robustness regarding sporadic connection timeouts
     new 29d27f5  o Fixed POM problems
     new 3c504ec  o Configure l10n-maven-plugin.
     new 29a8b03  [MNGSITE-108] Broken maven-javadoc-plugin link on usage page
     new f003526  prevent potential NPE.
     new 41ee731  [MJAVADOC-280] Initial implementation of the aggregate-from-dependency-sources feature.
     new f60ee76  [MJAVAOC-280] Adding tests and fixing a couple minor issues with test-javadoc generation and multiple javadoc executions in succession.
     new 31648fa  Attempting to fix integration tests on the grid.
     new 3629d0b  o Fixed IT
     new 002707a  o Inherited from maven-plugins:17 o Updated to maven-invoker-plugin:1.5
     new f1501e8  [MJAVADOC-280] Fixing IT from previous work, adding support for javadoc-resource bundles that allow non-source javadoc configs and resources to be aggregated via dependencies, and added tests for this new support.
     new 2329398  fix for OS X
     new 98b45b4  [MJAVADOC-280] Fixing integration tests.
     new 518a5c0  fix imports.
     new 0b5235e  [MJAVADOC-280] Adding documentation
     new 85843a2  [MJAVADOC-280] Cleaning up documentation, and bumping version to 2.7-SNAPSHOT since this is a fairly large new feature.
     new e59fd11  [MJAVADOC-280] Add new example to the menu
     new 0b38827  fix extra </project>
     new d444ae1  [MJAVADOC-275] Don't fail the build if detection of module links (which spawns a build) fails. This can happen when the modules haven't been installed yet.
     new 4fb7c3e  [MJAVADOC-275] Adding IT.
     new 10e6065  [MJAVADOC-280] Fixing ITs. There was a problem where projects within the 280 test structures weren't being interpolated properly. This seems to be related to the invoker plugin interpolating ONLY the direct pom.xml it's pointed at, and leaving the ones we actually care about in these cases untouched.
     new 980032c  [MJAVADOC-280] Reinstating invoker.properties-driven ITs for second and fourth tests of -280, in order to avoid two-stage invoker plugin execution.
     new 9a9e8bb  fixing version in IT
     new 2f4ef4f  remove commented version from manual testing.
     new 2cddf07  o fixed rendering
     new 5c65854  o bump to latest reporting plugins
     new 7520613  o updated inheritance with maven-plugins:17
     new 31217af  Put back the l10n-maven-plugin that was mistakenly removed in r938382.
     new 912c8ac  [MJAVADOC-277] Add Swedish translation
     new d519fcd  [maven-release-plugin] prepare release maven-javadoc-plugin-2.7
     new e50f0bb  [maven-release-plugin] prepare for next development iteration
     new e039539  o Added dependency source aggregating example to index page
     new d822566  o Improved example to use non-forking goals during lifecycle phases
     new 6afb1b3  updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5
     new d7be466  use released version of maven-site-plugin and maven-project-info-reports-plugin
     new 73202f1  added Java 5 generics
     new 98eb8ea  replaced deprecated attribute
     new 44fa376  o added Java 5 generics o removed code already here by inheritence
     new 05e9b6c  use last site plugin SNAPSHOT for maven 3 build
     new 702dbaa  upgraded to released version of site plugin
     new bf9da82  o Fixed IT setup
     new bfc7604  [MJAVADOC-300] changed API docs URL after Oracle's acquisition of Sun
     new 4a890ed  updated pom xsd location to http://maven.apache.org/xsd/maven-4.0.0.xsd
     new 4579e62  [MJAVADOC-300] changed API docs URL after Oracle's acquisition of Sun
     new 5577133  removed file added by inadvertance
     new f3034d9  updated pom xsd location to http://maven.apache.org/xsd/maven-4.0.0.xsd
     new 2589f83  o fixed typos o simplified code o improved debug messages
     new f283126  added @Override annotations
     new cd137a1  extracted a utility method
     new 52f6b3c  IT optimization: don't generate unused project info reports
     new 968a70f  use plexus FileUtils.readFile(File) API
     new c6ca4a3  use plexus FileUtils.readFile(File) API
     new 69067c3  use an artifact with less transitive dependencies
     new b8c0bbe  use StringBuffer instead of String+= in loops
     new ed378fe  fixed code style
     new 4cb10ea  [MJAVADOC-284] avoid extra javadoc invocation when detectOfflineLinks=true: link only to dependencies
     new a4aa4f6  fix relativePath to plugins parent and bump to latest parent for all plugins
     new 6b9f7ea  use ${mavenVersion} property for prerequisite
     new 8067525  removed file added by mistake
     new 0d7cbaf  fixed typos
     new e163dc1  removed unused reporting configuration
     new 538dcaf  |MJAVADOC-317] limited javadoc links checks for automatic dependency urls
     new 32b36a9  [MJAVADOC-315] use local copy of package-list for java API
     new 5514789  [MJAVADOC-315] improved unit-test
     new e0b80b2  o fixed unit-test for Java 5 (was ok for Java 6 only) o simplified code
     new d112672  trying to fix unit test on grid
     new 4b42b1c  code simplification
     new 510787a  code simplification
     new 8c875c9  reverted r812926
     new 8ea6c88  removed unused j2se api doc links causing a delay when running test
     new 6f21244  removed unused j2se api doc links causing a delay when running test
     new 3c5453c  use a dependency available during unit-tests both with Maven 2.2 and Maven 3
     new 80e7b28  fixed auth proxy which was ignoring authentication
     new 3997ff7  use a dependency available during unit-tests both with Maven 2.2 and Maven 3
     new 60956f2  ordered dependencies
     new 08eaea9  updated some versions
     new 1f234c3  little code improvements
     new 2cda868  [MJAVADOC-283] added a validateLinks option to valid package-list Submitted by: Christian Schulte applied with modifications
     new 777acbc  code simplifications
     new abe9017  o prefer FileUtils.fileRead() API to IOUtil.copy() to avoid file handle leaks in IT verification scripts o code formatting
     new fbf1257  [MJAVADOC-294] added a punctuation mark after generated method description
     new ee1898f  [MJAVADOC-294] added a punctuation mark after generated method description - updated UTs
     new d4f3986  [MJAVADOC-294] added a punctuation mark after generated method description - updated IT
     new 856f02f  configure source encoding to avoid warning
     new 4d9f234  [MJAVADOC-294] added a punctuation mark after generated method description - updated IT
     new b0df37d  fixed IT, which was ignoring failed tests
     new 844d8d2  [MJAVADOC-304] added failOnError support when plugin run as a report
     new 7a79d2c  [maven-release-plugin] prepare release maven-javadoc-plugin-2.8
     new 1daf07d  [maven-release-plugin] prepare for next development iteration
     new 8baccb2  fixed code style
     new 7343f18  updated reporting configuration for Java 5
     new 34061d3  improved javadoc
     new 5779a1b  MJAVADOC-320 fix includeTransitiveDependencySources.
     new c543c9f  Fix MJAVADOC-321: add dutch resource bundles
     new 50eadcf  Fix MJAVADOC-250: Resolve names in {@link} to fully qualified names. Includes: - upgrade QDox from 1.9.2 to 1.12 - add mockito-1.8.5 for strong mocking support in junit tests - add new junit tests for AbstractFixJavadocMojo.replaceLinkTags() - add IT (src/it/MJAVADOC-250)
     new 4758f90  upgrade commons-logging artifact used for proxy test to avoid redirect from jakarta to commons site
     new f123308  use another artifact than maven-artifact for unknown apidocs link test, because maven-artifact apidocs is known since r1144973 (ie. added a redirect rule in Maven site)
     new 635e34d  fix broken unit test by disabling a false check.
     new 2c8dfec  upgrade plugins to latest parent 21
     new b367e29  [MJAVADOC-322] Capabilty to add additionnal dependencies when running javadoc
     new ee09982  fix artifactId for new its
     new e7c7170  [MJAVADOC-322] add javadoc
     new bd205fa  [MJAVADOC-322] add apt doc sample
     new 3a83066  comment it test with doclava as it's 1.6 required
     new 63434cb  run its 1.6 required when 1.6 is availanle
     new d9a3cfe  add comment iin the pom for tests 1.6 required
     new 3ec4c62  simplify with using invoker selector
     new 0930188  [MJAVADOC-326] add a path separator before docletPath
     new 918b81c  updated parent pom
     new 4303020  [MJAVADOC-327] added Java 7 to known javadoc API urls
     new f23748d  Fix for MJAVADOC-325: Incorrect -link is generated when its URL contains a comma
     new 4509bb8  [MJAVADOC-325] enabled the IT and fixed it for Unix
     new 64d45c8  Add 'nl' (dutch) to l10n-maven-plugin
     new 6433d11  [MJAVADOC-336] Delete argument files directly after use to prevent their inclusion in reports/archives/etc.
     new d853d71  [maven-release-plugin] prepare release maven-javadoc-plugin-2.8.1
     new 0890a38  [maven-release-plugin] prepare for next development iteration
     new a162267  filter current version of plugin
     new a2d36da  improve generics
     new 3dcd209  [MJAVADOC-346] use maven-plugin-tools' java 5 annotations
     new 25c570b  move plugin version to a property and plugins annotations in compile scope
     new 851839e  use last plugin parent snapshot to use last compiler plugin to improve build time on jenkins build.
     new 979c669  [MJAVADOC-334] Patch to make <additionalDependencies> easier and fix typo on field name Submitted by Ben Speakmon.
     new 5898385  license header and format
     new cb0b9a6  add contributor
     new 9c99254  annotations are not needed for plugin execution so mark dependency as provided
     new 91d176d  use released parent pom
     new 0fc6757  correctly close stream/reader
     new 38b8908  mockito must be test scope
     new d510945  use entrySet() to iterate on Map content
     new 494849b  replace StringBuffer by StringBuilder
     new 5dc5572  last is commons-io is 1.6 required so downgrade :-(
     new 4c99ad3  downgrade commons-io again as we need to be 1.5
     new f7ec282  MJAVADOC-350: Allow include/exclude at the class level
     new 981996c  Try to make JIRA and the pom consistent in terms of next version.
     new bcc1490  MJAVADOC-278: Plugin does not include javadocDirectory correctly o add a test that proves that there's no problem here.
     new c11e713  MJAVADOC-296: explain resources directory o added some more explanation.
     new 8286dec  MJAVADOC-312: having parenthesis as part of a path causes ArrayIndexOutOfBounds exception o added call to Pattern.quote to protect from problem.
     new f296e77  MJAVADOC-343: maven-javadoc-plugin is not marked as @threadsafe, which leads to a warning shown during parallel builds o added threadSafe. I can't see any reason for it to be unsafe.
     new 6cccc62  MJAVADOC-349: additionalJOption only supports one additional option
     new 569b34c  MJAVADOC-348: Update "javaApiLinks" links
     new 6affe9e  updated plexus-utils version to get generics
     new 9171069  updated Maven dependency to deal with plexus-interpolation not in plexus-utils any more
     new 80e81a1  moved maven-toolchain dependency to Maven core group
     new d25d822  updated plexus-archiver
     new 3b3aff6  updated maven-archiver
     new 7d8560e  fixed errors reported by Checkstyle
     new 3fe7e46  [MJAVADOC-348] changed docs url in javadoc
     new bc9e308  updated repo url
     new f67b0cf  reviewed encoding used when writing or reading files
     new 6355a37  renamed IT directory from Jira issue to feature tested
     new e89a5a4  renamed IT directory from Jira issue to feature tested
     new 15709f9  updated javadoc tool link from java.sun.com to docs.oracle.com
     new b6e84b2  MJAVADOC-342: An incomplete fix for the NPE bugs in AbstractJavadocMojo.java o protect all the calls to getJavadocDirectory o update to threadsafe version of maven-shade-plugin.
     new cd1d6c2  Undo IDE import * changes.
     new 318b851  revert maven-shade-plugin version change, which lead to Maven 3 requirement to build the plugin
     new 7bbe2b7  removed enforcer configuration checking for JDK 5 now that the sources use Java 5 constructs then it is required at compile time
     new 67c6236  use maven-shade-plugin 1.7.1 which is threadSafe but doesn't require Maven 3
     new 673748d  [maven-release-plugin] prepare release maven-javadoc-plugin-2.9
     new 7503fc5  [maven-release-plugin] prepare for next development iteration
     new 7361b75  [MJAVADOC-354] support unnamed package in isValidJavadocLink() check
     new c3e5d4f  updated tests checking content generated by javadoc to support JDK 7 output (new image resources, reworked HTML)
     new f302df8  update maven-plugin-plugin to 3.2
     new 07d89df  Jenkins fails with following error: Unable to find javadoc command: The environment variable JAVA_HOME=f:\hudson\tools\java\latest-1.5-64 doesn't exist or is not a valid directory. javaHome can be either a directory or symbolic link, but must never be a file.
     new 3dad27b  Jenkins fails with following error: Unable to find javadoc command: The environment variable JAVA_HOME=f:\hudson\tools\java\latest-1.5-64 doesn't exist or is not a valid directory. Check the canonicalFile
     new df76c29  Jenkins fails with following error: Unable to find javadoc command: The environment variable JAVA_HOME=f:\hudson\tools\java\latest-1.5-64 doesn't exist or is not a valid directory. Check the canonicalFile
     new b8d3bf2  [MJAVADOC-358] maven-javadoc-plugin is missing threadsafe on some goals like test-jar
     new 0a1898d  [MJAVADOC-361] improved linguistic style of bottom Submitted by: Michael Osipov
     new bacf483  [MJAVADOC-361] added contributor
     new 463254e  upgrade all to last parent 24
     new f262f34  [MJAVADOC-363] [Patch] Port maven-javadoc-plugin from httpclient 3 to httpclient 4 Submitted by Mat Booth.
     new 2e32c05  add contributor
     new 301f068  use last httpclient version 4.2.3
     new 3190b34  [MJAVADOC-364] Upgrade QDox to 1.12.1
     new a2f557a  [MJAVADOC-370] Javadoc vulnerability (CVE-2013-1571 [1], VU#225657 [2]) Submitted by Uwe Schindler
     new 86d26bb  add contributor
     new 968539b  format sources
     new c9589f0  add a parameter to be able to disable javadoc security fix
     new 36dfed0  use a better naming convention
     new b7c0d0e  next version will 2.9.1
     new 7d07563  upgrade versions to fix its with maven 3.1.x
     new 7b8fb2d  [maven-release-plugin] prepare release maven-javadoc-plugin-2.9.1
     new 1cc39f7  [maven-release-plugin] prepare for next development iteration
     new 9dd818a  version 2.9.1-SNAPSHOT
     new 77b3b85  fix name
     new ca4fb59  invoker plugin 1.8
     new 2c2c2d1  fix description
     new b9d51d8  [maven-release-plugin] prepare release maven-javadoc-plugin-2.9.1
     new 2b3bd5a  [maven-release-plugin] prepare for next development iteration
     new e83d002  back to 2.9.1-SNAPSHOT
     new f75844f  fix the @since
     new 7f42dd4  [maven-release-plugin] prepare release maven-javadoc-plugin-2.9.1
     new a41e4e7  [maven-release-plugin] prepare for next development iteration
     new 6873453  fix jira resolution Ids
     new 5b2ae0e  use last changes plugin version
     new 3e5b433  Remove confusing path preceding the javadoc command line tool.
     new 22608d3  [MJAVADOC-372] Index page should refer to Apache Maven for at least the first mention
     new 9ef60dd  And even more plexus updates
     new 6aa30a2  Java5 for eclipse and javadoc plugin
     new e4b23d7  Further code analysis improvements
     new af8c5ef  More code analysis fixes
     new 8b060df  Reformatted to code style
     new def489b  Revert "Reformatted to code style"
     new fd1ebbb  Reformatted to code style, modernized
     new e83695f  Convert from using goals.txt to using invoker.properties when running ITs.
     new 4e93ef9  [MJAVADOC-376] please add property 'maven.javadoc.classifier' Submitted by ryenus from https://github.com/apache/maven-plugins/pull/14
     new 875bae7  [MJAVADOC-376] Fix unittest, narrow visibility and keep classifier required
     new 4380777  [MJAVADOC-376] Also make testClassifier configurable
     new 0a907f6  o removed javadoc-options-javadoc-resources.xml in root directory added by inadvertance o fixed unit-test configurations to avoid creation of this file in the root directory
     new 3d3488a  [MJAVADOC-380] Add Maven version used to Created-By entry in manifest
     new 3613432  configured site deploy to /plugins-archives/<artifactId>-LATEST
     new 868a67a  fixed most of JDK 8 errors
     new 4d5fbbb  Workaround for JDK-8032205 in test
     new bc94826  javadoc for JDK8 doesn't generate images anymore, so assert based on JDK version
     new 9918556  [MJAVADOC-369]: New goals javadoc-no-fork and test-javadoc-no-fork which will not invoke generate-*-sources.
     new a27c679  [MJAVADOC-369]: Update documentation and update @since to 2.9.2.
     new c1dca01  MJAVADOC-351: Javadoc:fix fixTags parameter doesn't support 'return' value
     new 16d8593  [MJAVADOC-389] Use Project's managed version map when resolving javadoc resource bundles and source jars.
     new 30b7940  upgraded parent pom (compiler, assembly, doap not upgraded because of a failure: need to investigate)
     new 471d742  improved debug message
     new 0fb03fd  [MNGSITE-152]  - Added appropriate links to download site and license location    to fulfill the ASF requirements.
     new 49dd271  [MNGSITE-152]  - Added missing download.cgi and xdoc/download.xml.vm
     new 1e8271a  added license header
     new f8ca21d  [MJAVADOC-386] fixed documentation links to oracle web site Submitted by: Eric Barboni
     new 3683c67  added Eric Barboni as contributor
     new d791558  [MJAVADOC-394] javadoc is not found properly by default under Oracle's JDK 7+ on Mac OSX Submmitted by: Laird Nelson
     new df72cc1  added Laird Nelson as contributor
     new 60a9813  [MJAVADOC-395] added JDK8 API links support Submitted by: Laird Nelson
     new ce244b8  [MJAVADOC-398] Classes from build output directory can cause failure
     new 7ccd5d4  [MJAVADOC-403]  - Injection via @Parameter instead of @Component
     new 20e58e7  [MJAVADOC-371] Goals missing from overview page
     new c24bc76  Next version will be 2.10, because we have add both new parameters and new goals.
     new a188028  Add missing license headers.
     new 5177228  Add missing license headers. Add excludes to the Apache Rat Plugin configuration for the files that cannot include a license header, and explain why.
     new 95ba0b1  [MJAVADOC-393] -link option values have their trailing slash removed; breaks javadoc 8 - Add an entry in the FAQ about this. No changes was been made in the plugin. Users are instead encouraged to use Java 8u20 or later where the underlying bug was fixed.
     new 236f55c  Fix typo.
     new 0e80de2  [maven-release-plugin] prepare release maven-javadoc-plugin-2.10
     new 93952ef  [maven-release-plugin] prepare for next development iteration
     new 1dd1238  Converted atest to use regular zip
     new 0a828de  plexus-archiver 2.5
     new 6860ade  [MJAVADOC-406] + [MJAVADOC-407] Regression by MJAVADOC-398
     new 42a5494  [maven-release-plugin] prepare release maven-javadoc-plugin-2.10.1
     new 08b45a6  [maven-release-plugin] rollback the release of maven-javadoc-plugin-2.10.1
     new 32dde15  [MJAVADOC-407] Created IT
     new d99eec9  [maven-release-plugin] prepare release maven-javadoc-plugin-2.10.1
     new e78c587  [maven-release-plugin] prepare for next development iteration
     new 529ed05  Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18
     new 516346f  Updated plexus achiver to 2.6.2
     new 7c075b2  Updated to plexus-archivee 2.6.3 and io 2.1.3. Should fix windows troubles
     new 2b42f0d  - Added to all plugins LICENSE file - Added to all plugins NOTICE file with copyright year 2007-2014
     new 7f1a83a  git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1630574 13f79535-47bb-0310-9956-ffa450edef68
     new 75684bd  - Undone the commit r1630358 which means to remove   all LICENSE/NOTICE files until the ASF is clear about   what to do.
     new fd5b1ad  [MJAVADOC-417]  - Upgrade of plexus-archiver to 2.7
     new 4c1b0d8  Updated to p-u .20
     new a0d6616  Write the complete plugin name when logging about toolchains.
     new 1036ecc  updated parent pom and fixed errors reported by Checkstyle
     new c823c04  p-archiver 2.9
     new ecd8711  fixed IT issues with JDK 8
     new 98a51b8  [maven-release-plugin] prepare release maven-javadoc-plugin-2.10.2
     new d1e9a55  [maven-release-plugin] prepare for next development iteration
     new 8301c96  [MJAVADOC-425] Outdated doxia's version is used in plugin  Upgraded to doxia version 1.4
     new 3375b8b  [MJAVADOC-414] Artifacts missing from test classpath.  Patch of Michael Srb applied.
     new a9c2f17  Fixing some checkstyle reported things.
     new a59868f  [MJAVADOC-347] javadoc:aggregate-jar doesn't create Javadoc JAR if failOnError=false and there is an error  Applied patch of Luis Miranda with slight modifications.
     new 34d2b6f  The RAT always catches me
     new 4a03a51  changed svnpubsub url from /content to /components
     new 939754c  ignore temporary file (that should not be here if there was no unexpected failure)
     new 4aa7cba  moved Jira from Codehaus to Apache
     new c364c92  Fixing checkstyle reported things.
     new 57d8294  Fixing checkstyle reported things.
     new 95f7724  [maven-release-plugin] prepare release maven-javadoc-plugin-2.10.3
     new 40040b2  [maven-release-plugin] prepare for next development iteration
     new e47674e  [MNGSITE-243] Fixed link to How to use Mirros for Repositories
     new 438aa41  Result of mvn versions:update-child-modules -DallowSnapshots -N
     new 02b1865  fixed index page: added dash to nofork => no-fork submitted by: DylanLWScott This closes #64
     new 5f207cd  use released version of plugin parent, i.e 28
     new 3f0ad86  Upgrade maven-invoker to 2.2, so it works with Maven 3.3+ and Windows
     new 27033bf  [MPOM-95] updated parent pom location
     new b55133b  [MJAVADOC-437] javadoc:aggregate fails on initial build
     new be3ce9b  [MJAVADOC-355] Encoding problem if platform encoding used to run Maven is different from default platform encoding.
     new ea43d58  [MJAVADOC-355] Encoding problem if platform encoding used to run Maven is different from default platform encoding.
     new 4e167b0  [MJAVADOC-431] Allow Javadoc Jar to contain Maven descriptor
     new 902b17c  [MJAVADOC-385] Fix documentation of <additionalDependencies> feature
     new be744a5  use same Jetty version as maven-site-plugin (for tests)
     new 62f03ce  Update docs
     new 68a73f8  [MJAVADOC-446] Upgrade plexus-archiver from 3.0.3 to 3.1
     new 522b1b6  [MJAVADOC-404] Goal resource-bundle generates faulty JAR file
     new 1cd98e3  [MJAVADOC-442] Support JEP 223 new Java 9 version scheme
     new 944ce8f  o Updated to 'plexus-utils-3.0.23'. o Updated to stop suppressing exceptions incorrectly when closing resources.   Most of the time the 'IOUtils.closeQuietly' methods of 'commons-io' and   the 'IOUtil.close' method of 'plexus-utils' are used incorrectly. They   are meant to be used in 'finally' blocks to not suppress an exception   already thrown in the 'try' block. The documentation of the   'IOUtils.closeQuietly' methods explicitly contains usage examples.   As soon as [...]
     new 8a16bb8  o Updated to 'plexus-utils' 3.0.24.
     new df16748  o Updated 'plexus-archiver' to 3.2. o Updated 'commons-io' to 2.5.
     new 19a9ecf  [MJAVADOC-423] Wrong link generation for org.xml.sax.helpers.DefaultHandler
     new 261eae7  updated Jira url
     new 1cc94c8  updated Jira url
     new 375657c  [MJAVADOC-454] Upgrade of 'plexus-archiver' to version 3.3.
     new 2253195  [MJAVADOC-455] Change IT whitelist to blacklist
     new cd74da5  [MJAVADOC-432] Downgrade "Error fetching link: .../package-list" Patch contributed by Kaz Nishimura. Reviewed, accepted and extended with junittest by Robert Scholte
     new 0786898  [MJAVADOC-384] Allow whitespace in javadoc exclude list Patch contributed by, reviewed and accepted by Robert Scholte
     new a12b786  [MJAVADOC-384] Allow whitespace in javadoc exclude list missed a class
     new 993a40b  [MJAVADOC-355] Encoding problem if platform encoding used to run Maven is different from default platform encoding. revert r1720609 and r1720589
     new 4927620  [maven-release-plugin] prepare release maven-javadoc-plugin-2.10.4
     new 8f8dc47  [maven-release-plugin] prepare for next development iteration
     new 0bf6066  Remove Java5/Java6 assumptions, Java6 is already required
     new 7c3cba1  [MJAVADOC-456] Upgrade to Maven3 plugin Explicit add plexus-interactivity-api, now pulled in via maven-core
     new f81a97f  MJAVADOC-456: Upgrade to Maven3 plugin All Maven dependencies pushed to 3.0 ( plus related changes to classes and tests)
     new 2dd6ead  [MJAVADOC-457] Clean up mojo parameters remove remoteRepositories
     new 4bb0e04  [MJAVADOC-457] Clean up mojo parameters remove proxy related parameters
     new 5290743  remove reference to non available repositories, add mirror for not existing repositories to avoid waiting timeout
     new e255f9b  Upgrade maven-common-artifact-filters Simplify code
     new e2b3604  [MJAVADOC-456] Upgrade to Maven3 plugin replace old artifactResolver.transitive with dependencyResolver
     new 2f385ec  [MJAVADOC-456] Upgrade to Maven3 plugin cleanup SuppressWarnings
     new c46173f  [MJAVADOC-456] Upgrade to Maven3 plugin Don't pass ArtifactResolutionResult, it will be removed
     new 772ec61  [MJAVADOC-456] Upgrade to Maven3 plugin resolve artifact with coordinate instead of artifactFactory based artifact
     new 911e103  Fix for new maven-artifact-transfer
     new ee49afe  Fix typos.
     new c591e66  [MJAVADOC-458] Upgrade of plexus-archiver to 3.4.
     new 6b9de33  [MJAVADOC-459] Upgrade of maven-archiver to 3.1.0.
     new d56f3bc  [MJAVADOC-460] Upgrade of maven-archiver to 3.1.1.
     new bcdcd68  [MJAVADOC-461] Upgrade of maven-plugins parent to 30.
     new 74530c3  [MJAVADOC-462] Upgrade of doxia to 1.7 and doxia-sitetools to 1.7.1.
     new 1265dd1  [MJAVADOC-463] Upgrade of commons-logging to 1.2.
     new 17606de  [MJAVADOC-464] Upgrade of log4j to 1.2.17.
     new f0fbf33  [MJAVADOC-465] Upgrade of commons-lang to 2.6.
     new 0be63e6  [MJAVADOC-462] Upgrade of doxia to 1.7 and doxia-sitetools to 1.7.1.
     new cff5dd6  [MJAVADOC-466] Upgrade of httpclient to 4.5.2.
     new 5219caf  [MJAVADOC-462] Upgrade of doxia to 1.7 and doxia-sitetools to 1.7.1.
     new da16ce8  [MJAVADOC-467] Aggregator reports should not require modules to be installed/deployed.
     new f1e7eea  [MJAVADOC-452] Several fixes for comment corruption in fix goal Only write file if there's actually an updateEntityComment Patch contributed by Richard Sand; reviewed and applied with small adjustments by Robert Scholte
     new ad09bf4  [MJAVADOC-456] Upgrade to Maven3 plugin - Remove M2.0 backwards compatible shading - Reduce number of reports for site-failOnError (also required to run succesfully when invoker.mavenHome points to M3.0)
     new 141fb04  [MJAVADOC-456] Upgrade to Maven3 plugin Make ResourceResolver a Component, so we don't have to pass 'Requirements' through SourceResolverConfig
     new abf7a5c  [MJAVADOC-457] Clean up mojo parameters Remove aggregator parameter, use the separate goal instead
     new 70b567d  [MJAVADOC-456] Upgrade to Maven3 plugin MultipleArtifactsNotFoundException should never occur anymore with the aggregate goals
     new 393d4dd  [MJAVADOC-456] Upgrade to Maven3 plugin Switch to TransformableFilters
     new 41dc7c1  [MJAVADOC-452] Several fixes for comment corruption in fix goal Add parameter removeUnknownThrows Patch contributed by Richard Sand; reviewed and applied with adjustments by Robert Scholte
     new 413413a  Add java9 profile
     new eb84b77  [MJAVADOC-472] Conflicting dependency of plexus-utils are used
     new 997d25f  [MJAVADOC-387] Handle JDK8 -Xdoclint
     new 49ec508  [MJAVADOC-474] Deprecate parameter additionalparam
     new 431397e  [MJAVADOC-476] Remove link to non-existing Codehaus wiki
     new 9c06980  Correct jira.codehaus.org to issues.apache.org/jira
     new 8988edb  o Updated to latest parent SNAPSHOT.
     new e059241  o Reverted last commit to reset to release version parent's.
     new 89711cf  [MJAVADOC-477] Use Javadoc instead of JavaDoc in the reporting output
     new c07494f  Fixing the ITs so that the project can be built with JDK 8
     new 6f3fbaf  Using the correct family name of 'unix' for Unix systems so that the build works on BSD as well.
     new 69ac880  [MJAVADOC-486] Upgrade to Doxia 1.7
     new cb01bc3  [MJAVADOC-485] Upgrade to commons-lang3 Introduce JavadocVersion, first step to get rid of floats comparison
     new 00a7575  [MJAVADOC-485] Upgrade to commons-lang3 Upgrade junit to 4.12
     new 5bc31f5  [MJAVADOC-485] Upgrade to commons-lang3 Use own JavadocVersion for comparison
     new 5a159f6  Upgrade maven-plugin-plugin to 3.5
     new c06f966  [MJAVADOC-456] Upgrade to Maven3 plugin Change package to org.apache.maven.plugins
     new 3a58e2c  [MJAVADOC-456] Upgrade to Maven3 plugin No need to resolve transitive dependencies twice
     new 6694679  [MJAVADOC-456] Upgrade to Maven3 plugin maven-compat no longer a compile scoped artifact
     new f995667  [MJAVADOC-456] Upgrade to Maven3 plugin make use of requiresDependencyResolution to get artifacts
     new e4e8826  [MJAVADOC-491] Require Java 7
     new 74ca1bc  [MJAVADOC-485] Upgrade to commons-lang3 Use SystemUtils.JAVA_SPECIFICATION_VERSION instead of SystemUtils.JAVA_VERSION JavadocVersion is not aware of the -ea suffix, so spec-value is safer
     new c0d6f85  [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0-M1
     new 2bd6e5f  [maven-release-plugin] prepare for next development iteration
     new c4077a2  Java7 code cleanup (@Override, diamonds ,etc)
     new 1168647  [MJAVADOC-489] Javadoc plugin needs to set module path preparations
     new ad783e0  [MJAVADOC-493] Upgrade to QDox 2
     new 105b79b  [MJAVADOC-498] "module not found" when Java 9 module-info present Also adjust ITs to run with Java9
     new 1db070e  [MJAVADOC-494] javadoc:aggregate ignores repositories declared in sub-modules Introduce mock repository manager restructure IT folders
     new 61cbfd7  [MJAVADOC-475] Replace parameter additionalparam with additionalOptions
     new befb32a  [MJAVADOC-475] Replace parameter additionalparam with additionalOptions remove old parameter
     new 35e959b  [MJAVADOC-500] Add support for explicit toolchain reference
     new d8997e4  [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0
     new 8d1f1c1  [maven-release-plugin] prepare for next development iteration
     new 07ce76b  Back to 3.0.0-SNAPSHOT Upgrade maven-plugin-plugin to 3.5
     new 59f1f80  [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0
     new efbecd7  [maven-release-plugin] prepare for next development iteration
     new b4877e1  [MJAVADOC-489] Javadoc plugin needs to set module path Support Maven multimodule projects
     new 88ef191  [MJAVADOC-497] javadoc:aggregate ignores excludePackageNames
     new 2b18762  [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0
     new 79ebe99  [maven-release-plugin] prepare for next development iteration

The 898 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].