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

1234
  1. #!/bin/sh
  2. # it is recommended to use maven 3.0-beta-1 (or more) for faster builds
  3. mvn clean install -Dtest=false -DfailIfNoTests=false