Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move To Gradle | David Rautureau | 2018-03-09 | 1 | -44/+0 |
| | |||||
* | Revert "Do not compile Java tests in quick-build.sh" | Simon Brandhof | 2017-11-24 | 1 | -1/+1 |
| | | | | This reverts commit d7016491fb4bd7d1c19ba36499649ad6a6d6da8e. | ||||
* | Do not compile Java tests in quick-build.sh | Konda Reddy | 2017-11-17 | 1 | -1/+1 |
| | | | -DskipTests just skips the test execution: the tests are still compiled. Where as-Dmaven.test.skip will skip both compilation and execution of the tests. | ||||
* | Fix quickbuild generating source jars. | Eric Hartmann | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | SONAR-8798 drop Xmx limitation in quick-build.sh | Sébastien Lesaint | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | Fix OOM in build | Simon Brandhof | 2016-06-13 | 1 | -1/+1 |
| | | | | | | due to https://issues.apache.org/jira/browse/MSOURCES-94 Reverting upgrade to parent 35 and fixing skip of enforcer rules in quick-build.sh | ||||
* | Improve quick-build.sh | Simon Brandhof | 2016-06-13 | 1 | -1/+1 |
| | | | | | - upgrade to parent 35 to allow to skip license header check - do not enabled enforcer on size of zip file | ||||
* | Remove useless property enforcer.skip | Simon Brandhof | 2016-06-10 | 1 | -1/+1 |
| | | | | This property is already defined in profile skipSanityChecks | ||||
* | Minor Bash improvements (#951) | Janos Gyerik | 2016-05-11 | 1 | -35/+37 |
| | | | | | | | | * set exec bit on .sh files where it was not * replace legacy `...` with $(...) * use here-document instead of many echos | ||||
* | Fix quick-build.sh | Simon Brandhof | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Fix IT scripts | Simon Brandhof | 2016-02-11 | 1 | -3/+1 |
| | |||||
* | [SCRIPT] build and quick-build must stop SQ instance | Sébastien Lesaint | 2015-08-24 | 1 | -1/+1 |
| | | | | this will save having to kill the instance started with start.sh because mvn clean deleted the pid file | ||||
* | Speed-up build | Simon Brandhof | 2015-02-16 | 1 | -1/+4 |
| | |||||
* | Display Maven stack trace | Julien HENRY | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | SONAR-4898 improve default settings | Simon Brandhof | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | SONAR-5216 Rename new metric profiles -> quality_profiles | Julien HENRY | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Revert -> goal "clean" is back in build/quick-build scripts | Simon Brandhof | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Remove goal "clean" from quick-build.sh and build.sh | Simon Brandhof | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Complete build scripts | Simon Brandhof | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Building without executing tests is not recommended | Simon Brandhof | 2014-04-30 | 1 | -5/+33 |
| | |||||
* | Fix logs of quick-build.sh | Simon Brandhof | 2014-03-06 | 1 | -2/+0 |
| | |||||
* | Remove the profile -Pdev | Simon Brandhof | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Skip sanity checks in dev profile | Evgeny Mandrikov | 2012-03-14 | 1 | -1/+1 |
| | | | | | Move skip of sanity checks from quick-build scripts into dev profile. This is more convenient at least for users of Maven bash completion. | ||||
* | Skip sanity checks in quick-build scripts | Simon Brandhof | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | Add warning in quick_build.sh | Simon Brandhof | 2012-02-21 | 1 | -1/+4 |
| | |||||
* | Define JVM memory options in scripts used on developer box | simonbrandhof | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | quick-build scripts: allow to pass additional parameters for Maven | Evgeny Mandrikov | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Replace -Ddev by -Pdev to increase build duration | simonbrandhof | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | Add a warning when using quick-build.sh | simonbrandhof | 2011-02-23 | 1 | -0/+6 |
| | |||||
* | increase default memory used in quick-build.sh | simonbrandhof | 2011-01-17 | 1 | -1/+3 |
| | |||||
* | activate the dev profile in quick-build scripts | simonbrandhof | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1 | -0/+4 |
value of rule parameters in Q profile console |