Skip to content

Commit

Permalink
[MSITE-932] Remove Maven 2 style reports element
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Mar 26, 2023
1 parent c3456aa commit e27ac13
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ public abstract class AbstractSiteRenderingMojo extends AbstractSiteDescriptorMo
@Component
protected Renderer siteRenderer;

/**
* Reports (Maven 2).
*/
@Parameter(defaultValue = "${reports}", required = true, readonly = true)
protected List<MavenReport> reports;

/**
* Directory containing generated documentation in source format (Doxia supported markup).
* This is used to pick up other source docs that might have been generated at build time (by reports or any other
Expand Down

0 comments on commit e27ac13

Please sign in to comment.