aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
blob: edbac734bb989908cd0013abc8175074951a7e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

export MAVEN_OPTS='-Xmx256m'

echo '-------------------------------------------------'
echo ''
echo ' WARNINGS' 
echo '' 
echo ' Unit tests are NOT executed.'
echo ''
echo '-------------------------------------------------'

mvn clean install -Dtest=false -DfailIfNoTests=false $*