Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-284

detectOfflineLinks sets off extra spurious executions of javadoc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.1
    • 2.8
    • None
    • None

    Description

      I have an aggregate project. In pluginManagement, I spec out javadoc:jar. In the leaf projects, I turn it on with an ordinary <plugin/> for the plugin.

      If I leave detectOfflineLinks with its default value of true, the javadoc plugin uses the invoker plugin to relaunch itself, recursively, complaining that it hasn't been run on one or another of the projects. Note that, when this happens, it is 'swimming upstream' – it is processing project A, it invokes itself on project B, where B depends on A, not the other way around.

      If I run maven just in the leaf directories all is well. The trouble only happens when running maven from the aggregating parent.

      Just to clarify, in case I don't get a test case together too soon ...

      external/corporate parent:

      javadoc only mentioned in the <reporting> section.

      aggregating parent:

      javadoc only mentioned in pluginManagement, setting up execution of javadoc:jar.

      leaf:

      A very plain 'plugin' element just to turn on the configuration from plugin management.

      mvn run from leaf: all is well.

      mvn run from aggregating parent: lots of extra 'invoker' invocations of javadoc on projects that have dependencies on the current project.

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              bmargulies Benson Margulies
              Votes:
              5 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: