You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

quick-build.sh 341B

123456789101112
  1. #!/bin/sh
  2. export MAVEN_OPTS='-Xmx512m'
  3. echo '-------------------------------------------------'
  4. echo ''
  5. echo ' WARNING - Sonar will be built for FIREFOX ONLY '
  6. echo ''
  7. echo '-------------------------------------------------'
  8. # it is recommended to use maven 3 for faster builds
  9. mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev