diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-17 22:59:06 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-17 22:59:06 +0100 |
commit | 8eea32da07d6770cb8f5c6342cf1928ef0321340 (patch) | |
tree | 01a51959ce07e4a7d17b59db74ee88f9abf71975 /quick-build.sh | |
parent | fb4e3ae04d24909ec0f93f06d1f5789699525f65 (diff) | |
download | sonarqube-8eea32da07d6770cb8f5c6342cf1928ef0321340.tar.gz sonarqube-8eea32da07d6770cb8f5c6342cf1928ef0321340.zip |
increase default memory used in quick-build.sh
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh index fe5fb3708b7..07a4817ffa3 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -1,4 +1,6 @@ #!/bin/sh -# it is recommended to use maven 3.0-beta-1 (or more) for faster builds +export MAVEN_OPTS='-Xmx512m' + +# it is recommended to use maven 3 for faster builds mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
\ No newline at end of file |