|
ConfigureReport
How to configure report
Configuring reportAdd this to your pom.xml <reporting>
...
<plugin>
<groupId>com.googlecode.maven-overview-plugin</groupId>
<artifactId>maven-overview-plugin</artifactId>
<configuration>
<width>800</width>
<height>800</height>
<suppressedScopes/>
</configuration>
</plugin>
...
</reporting>For detailed configuration options consult overview:overview. |
Sign in to add a comment