Questions tagged [maven-site-plugin]

The Maven Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

Please check the official usage page for a first look at this plugin.

If you are using the old plugin version 2, check the official migration guide on the version 3 usage.

More info

193 questions
0
votes
0 answers

Integrated test coverage reports

I need to generate a final report that is a mix of all the reports from all the projects that i have generated using the maven-site-plugin and cobertura. Below you can find the code in both the build and reporting