Переглянути джерело

[SCRIPT] build and quick-build must stop SQ instance

this will save having to kill the instance started with start.sh because mvn clean deleted the pid file
tags/5.2-RC1
Sébastien Lesaint 9 роки тому
джерело
коміт
f6fee8429e
2 змінених файлів з 3 додано та 1 видалено
  1. 2
    0
      build.sh
  2. 1
    1
      quick-build.sh

+ 2
- 0
build.sh Переглянути файл

@@ -1,5 +1,7 @@
#!/bin/sh

./stop.sh

# Parallel executions of maven modules and tests.
# Half of CPU core are used in to keep other half for OS and other programs.
mvn clean install -e -B -T0.5C -DforkCount=0.5C $*

+ 1
- 1
quick-build.sh Переглянути файл

@@ -40,5 +40,5 @@ echo ''

# Parallel executions of maven modules and tests.
# Half of CPU core are used in to keep other half for OS and other programs.
./stop.sh
mvn clean install -T0.5C -B -e -DskipTests=true -Pdev $*

Завантаження…
Відмінити
Зберегти