Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
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
Attachments
Issue Links
- duplicates
-
MDEP-71 add report to display contents of dependency-analyzer
- Closed