Hello,

I have configured my pom.xml like this

                        <reporting>
                                <plugins>
                                        <plugin>
                                                
<groupId>org.codehaus.mojo</groupId>
                                                
<artifactId>findbugs-maven-plugin</artifactId>
                                                <version>1.0-SNAPSHOT</version>
                                                <configuration>
                                                        
<xmlOutput>true</xmlOutput>
                                                        
<threshold>High</threshold>
                                                        <effort>Max</effort>
                                                </configuration>
                                        </plugin>
                                </plugins>
                        </reporting>

And when i run "mvn site", there is no problem.

But when if i add more plugins : checkstyle, pmd, cpd, JavaNCSS, Jdepend, it
results an out of Memory.

I have add this line, in the 'mvn.bat" file of the maven 2 installation
directory :
set MAVEN_OPTS = %MAVEN_OPTS% -Xmx1024M
but no change.

Have you got an idea?

Thanks in Advance.

--
Grégory


-- 
View this message in context: 
http://www.nabble.com/FindBugs-and-Out-of-Memory-tf2750137s177.html#a7672953
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to