Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-331

Check the existence of plugin.xml rather than project packaging in PluginReport.canGenerateReport()

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.5.1
    • Plugin Plugin
    • None

    Description

      org.apache.maven.plugin.plugin.PluginReport.canGenerateReport() currently reads

      return "maven-plugin".equals( project.getPackaging() );
      

      I propose to change it to

      return "maven-plugin".equals( project.getPackaging() )
                      || "takari-maven-plugin".equals( project.getPackaging() );
      

      so that also takari-maven-plugins are supported.

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              ppalaga Peter Palaga
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: