My bad.. thanks for the guidance..
-Original Message-
From: John Miller
Sent: Friday, February 22, 2013 9:46 AM
To: Maven Users List
Subject: RE: I need help with a "maven-pmd-plugin" OutOfMemoryError: Java heap
space Error.
OK that is weird.. that child project does not ha
--Original Message-
> From: Olivier Lamy [mailto:ol...@apache.org]
> Sent: Friday, February 22, 2013 9:18 AM
> To: Maven Users List
> Subject: Re: I need help with a "maven-pmd-plugin" OutOfMemoryError: Java
> heap space Error.
>
> same issue with 2.7.1 release ?
&g
s/finalizers.xml
> /rulesets/imports.xml
> /rulesets/logging-java.xml
> /rulesets/optimizations.xml
> /rulesets/strictexception.xml
> /rulesets/sunsecure.xml
> /rulesets/unusedcode.xml
>
>
>
>
> -Original Message-
> From: Olivier Lamy [mailto:ol...@apache.org]
: Re: I need help with a "maven-pmd-plugin" OutOfMemoryError: Java heap
space Error.
same issue with 2.7.1 release ?
There is an issue with 3.0 which duplicate pmd errors (maybe you have too much
errors :-) ).
This issue is fixed in trunk (so you can try 3.1-SNAPSHOT)
2013/2/22 John Mi
same issue with 2.7.1 release ?
There is an issue with 3.0 which duplicate pmd errors (maybe you have
too much errors :-) ).
This issue is fixed in trunk (so you can try 3.1-SNAPSHOT)
2013/2/22 John Miller :
> I need some help with a "maven-pmd-plugin" OutOfMemoryError: Java heap
> space error.
>
I need some help with a "maven-pmd-plugin" OutOfMemoryError: Java heap space
error.
I narrowed it down to "maven-pmd-plugin" running inside Hudson.
I am running with these java settings
JAVA_OPTS="-Xmn1024m -Xms2048m -Xmx2048m -XX:PermSize=512m"
So I should have plenty of room..
I also ran it