Make sure you have a profile called quick that redefines the location of maven's output to the ramdisk. To do this ensure all of the below are in your parent POM.
<properties><my.build.directory>target</my.build.directory></properties>
<build><directory>${my.build.directory}</directory></build
<profile>
<id>quick</id>