I faild in setting the permsize or maxpermsize with the maven-compiler-plugin (v3.2).
I tried it like this:
org.apache
From the javac documentation:
-Joption Pass option to the java launcher called by javac. For example, -J-Xms48m sets the startup memory to 48 megabytes.
Based on the above:
-J-XX:PermSize=128m -J-XX:MaxPermSize=256m