Default build is using:

    mvn clean install

Release build is ising (to get distributions - ie src/bin assemblies - and force TCKs to pass):

    mvn clean install -Prelease

Note: this only passes on Java 7 since TCKs have to run on it.

