Skip to content
ludovicc edited this page Sep 17, 2012 · 2 revisions

To use drip to launch Maven, create a file called .mavenrc in your home folder and add the following to this file:

JAVACMD=~/bin/drip
JAVA_HOME=/usr/lib/jvm/java-6-sun
MAVEN_OPTS="-ea -Xmx512m -XX:PermSize=256m"

Current issues

  • on the second run, drip seems to launch Maven without arguments and doesn't exit
Clone this wiki locally