Ver código fonte

Add a warning when using quick-build.sh

tags/2.7
simonbrandhof 13 anos atrás
pai
commit
f1cb208b53
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      quick-build.sh

+ 6
- 0
quick-build.sh Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar