Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What should I use to get the following maven report?

Tags:

maven

report

How can I generate this kind of report for my project?

http://maven.apache.org/plugins/maven-dependency-plugin/dependencies.html

like image 260
ilija Avatar asked Feb 13 '12 14:02

ilija


People also ask

Which command is used for generating unit test reports Maven surefire report Maven surefire report report Maven surefire report report Mvn surefire report?

The Maven unit test reports are generated by the Maven Surefire plugin. Therefore a unit test report is also some times referred to as surefire report.

What is reporting plugin in Maven?

Maven Project Info Reports Plugin provides many standard reports by extracting information from the POM, for example: Continous Integration. Dependencies. Issue Tracking.


1 Answers

The goal is called project-info-reports:dependencies (part of the Project Info Reports Plugin).

like image 135
jhenninger Avatar answered Jan 04 '23 00:01

jhenninger