aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
blob: 07a4817ffa3080baf9333da612067c6071840fcb (plain)
1
2
3
4
5
6
#!/bin/sh

export MAVEN_OPTS='-Xmx512m'

# it is recommended to use maven 3 for faster builds
mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev