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

206 questions
0
votes
2 answers

How to simply get custom content into Maven-generated index.html?

In a Maven project with subprojects, each subproject gets an index.html with some content that comes from its POM's description element. In one of these subprojects, I need that content to contain additional information, including links. There is a…
Chapman Flack
  • 604
  • 5
  • 13
0
votes
1 answer

Overhanding properties when rendering Asciidoctor documents with Maven Site plugin

My Maven site contains serveral Asciidoctor documents. I would like to use the properites declared in the configuration of the Maven Site plugin, but it seems so that they are not overhanded to Asciidoctor. 
 …
Oliver
  • 3,815
  • 8
  • 35
  • 63
0
votes
1 answer

Rendering AsciiDoctor doc with includes within Maven Site run

I use the Maven Site plugin to generate and to include AsciiDoctor based documentation in our Maven site. This works fine if the AsciiDoctor source file does not include any other AsciiDoctor files. But if I want to include any other files like…
Oliver
  • 3,815
  • 8
  • 35
  • 63
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