Use the -D switch and clunk the JVM parameters onto that one, like so:
-D
$ mvn clean install -DXmx1024m -DXX:MaxPermSize=256m
Define MAVEN_OPTS in your .bashrc:
.bashrc
export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m"