Browse Source

Add a warning when using quick-build.sh

tags/2.7
simonbrandhof 13 years ago
parent
commit
f1cb208b53
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      quick-build.sh

+ 6
- 0
quick-build.sh View File

@@ -2,5 +2,11 @@

export MAVEN_OPTS='-Xmx512m'

echo '-------------------------------------------------'
echo ''
echo ' WARNING - Sonar will be built for FIREFOX ONLY '
echo ''
echo '-------------------------------------------------'

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

Loading…
Cancel
Save