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 292B

12345678910111213
  1. #!/bin/sh
  2. export MAVEN_OPTS='-Xmx256m'
  3. echo '-------------------------------------------------'
  4. echo ''
  5. echo ' WARNINGS'
  6. echo ''
  7. echo ' Unit tests are NOT executed.'
  8. echo ''
  9. echo '-------------------------------------------------'
  10. mvn clean install -Dtest=false -DfailIfNoTests=false $*