Uploaded image for project: 'Maven Help Plugin'
  1. Maven Help Plugin
  2. MPH-95

Make "plugin" field protected so DescribeMojo can be extended

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      The standalone Help Mojo has been updated to handle annotations, but the generated help mojos added to mojos have not.

      Rather than copy the code to every new Mojo, the generated HelpMojo could be simplified by subclassing DescribeMojo and passing in the plugin Id.

      However, the "plugin" field is private. Making it protected (or providing a protected setter) would allow subclasses to set the field without needing to use reflection.

      A further enhancement might be to support a method whereby the calling plugin can provide a link to its plugin.xml or other config item that provides the necessary information, thus reducing the code needed in the calling plugin

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sebb Sebb
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: