You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test please do:
under Windows
set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=256m
mvn clean verify
under Linux/Mac/Unix
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256m"
mvn clean verify