My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 08, 2009 by hubert.iwaniuk
Labels: Phase-Deploy, Featured
ConfigureReport  
How to configure report

Configuring report

Add 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
Hosted by Google Code