Uploaded image for project: 'Maven Dependency Plugin'
  1. Maven Dependency Plugin
  2. MDEP-104

Add Analyze HTML Report

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.0
    • None
    • None
    • Patch

    Description

      It would be nice to have a HTML analyze report (as same as the CLI analyze report) when we generate the web site project.

      Find in attachment our patch that provides this new feature.

      In order to use it, you can add this reporting section in your pom.xml:

      <reporting>
      <plugins>
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-dependency-plugin</artifactId>
      <version>2.0-alpha-5-SNAPSHOT</version>
      <reportSets>
      <reportSet>
      <reports>
      <report>analyze-report</report>
      </reports>
      </reportSet>
      </reportSets>
      </plugin>
      </plugins>
      </reporting>

      Attachments

        1. analyze-report-mojo.patch
          18 kB
          Jeremy Lauture

        Issue Links

          Activity

            People

              brianf Brian E Fox
              copernic.web Jeremy Lauture
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: