I'm getting a java.lang.OutOfMemoryError when running the Linkcheck and
FindBugs plugins on my project. I have these env vars set:
export JAVA_OPTS=-mx1024m
export ANT_OPTS=-Xmx1024m
export MAVEN_OPTS=-Xmx1024m
Here are the errors:
maven-linkcheck-plugin: Not using a proxy
Found 0 files so far.
Memory: 110M/132M
Found 1000 files so far.
Memory: 105M/132M
Found 2000 files so far.
Memory: 107M/132M
Found 3000 files so far.
Memory: 109M/132M
Found 4000 files so far.
Memory: 111M/132M
Found 5000 files so far.
Memory: 107M/132M
.... a ton of output ...
BUILD FAILED
File...... file:/home/jake/.maven/plugins/maven-linkcheck-plugin-1.1/
Element... linkcheck:linkcheck
Line...... 73
Column.... 9
java.lang.OutOfMemoryError
Total time: 32 minutes 25 seconds
maven-findbugs-plugin:report:
[echo] Running the FindBugs task...
[findbugs] Running FindBugs...
[findbugs] Exception in thread "main" java.lang.OutOfMemoryError
[findbugs] Output saved to ./target/findbugs-raw-report.txt
BUILD SUCCESSFUL
Total time: 1 minutes 40 seconds
All of the other plugins work fine. Anything else I can try?
-jake
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]