Hi all !!
I'm trying to include report generation in my project by using
maven-project-info-reports-plugin. Bellow you can see a snippet of pom.xml
<reporting>
<plugins>
<plugin>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<reportSets>
<reportSet>
<report>dependencies</report>
<report>license</report>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>
maven-checkstyle-plugin
</artifactId>
</plugin>
</plugins>
</reporting>
Although chekstyle report is generated, nothing happens with
dependencies or license report.
Any ideas with what is wrong?
Thanks in advance.
Best regards,
Pablo.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|