diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-01 21:07:36 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-01 21:07:36 +0200 |
commit | cfcb21bb19b5a9856dd2965cfd2f5940eb210628 (patch) | |
tree | 6a505756f034cf534bb91fcd7e4adc18f7fbd93e /build.sh | |
parent | b350d6c3cafaa10ffad8ea619d75cda5f0c88034 (diff) | |
download | sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.tar.gz sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.zip |
Complete build scripts
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 00000000000..5527fa3055e --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +mvn clean install $* |