aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move To GradleDavid Rautureau2018-03-091-44/+0
|
* Revert "Do not compile Java tests in quick-build.sh"Simon Brandhof2017-11-241-1/+1
| | | | This reverts commit d7016491fb4bd7d1c19ba36499649ad6a6d6da8e.
* Do not compile Java tests in quick-build.shKonda Reddy2017-11-171-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 Hartmann2017-09-011-1/+1
|
* SONAR-8798 drop Xmx limitation in quick-build.shSébastien Lesaint2017-08-091-1/+1
|
* Fix OOM in buildSimon Brandhof2016-06-131-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.shSimon Brandhof2016-06-131-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.skipSimon Brandhof2016-06-101-1/+1
| | | | This property is already defined in profile skipSanityChecks
* Minor Bash improvements (#951)Janos Gyerik2016-05-111-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.shSimon Brandhof2016-02-111-1/+1
|
* Fix IT scriptsSimon Brandhof2016-02-111-3/+1
|
* [SCRIPT] build and quick-build must stop SQ instanceSébastien Lesaint2015-08-241-1/+1
| | | | this will save having to kill the instance started with start.sh because mvn clean deleted the pid file
* Speed-up buildSimon Brandhof2015-02-161-1/+4
|
* Display Maven stack traceJulien HENRY2015-01-151-1/+1
|
* SONAR-4898 improve default settingsSimon Brandhof2014-07-231-1/+1
|
* SONAR-5216 Rename new metric profiles -> quality_profilesJulien HENRY2014-05-271-1/+1
|
* Revert -> goal "clean" is back in build/quick-build scriptsSimon Brandhof2014-05-061-1/+1
|
* Remove goal "clean" from quick-build.sh and build.shSimon Brandhof2014-05-061-1/+1
|
* Complete build scriptsSimon Brandhof2014-05-011-2/+2
|
* Building without executing tests is not recommendedSimon Brandhof2014-04-301-5/+33
|
* Fix logs of quick-build.shSimon Brandhof2014-03-061-2/+0
|
* Remove the profile -PdevSimon Brandhof2014-02-251-1/+1
|
* Skip sanity checks in dev profileEvgeny Mandrikov2012-03-141-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 scriptsSimon Brandhof2012-03-121-1/+1
|
* Add warning in quick_build.shSimon Brandhof2012-02-211-1/+4
|
* Define JVM memory options in scripts used on developer boxsimonbrandhof2011-11-011-1/+1
|
* quick-build scripts: allow to pass additional parameters for MavenEvgeny Mandrikov2011-06-091-1/+1
|
* Replace -Ddev by -Pdev to increase build durationsimonbrandhof2011-05-051-1/+1
|
* Fix crlfEvgeny Mandrikov2011-04-201-1/+1
|
* Add a warning when using quick-build.shsimonbrandhof2011-02-231-0/+6
|
* increase default memory used in quick-build.shsimonbrandhof2011-01-171-1/+3
|
* activate the dev profile in quick-build scriptssimonbrandhof2011-01-131-1/+1
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+4
value of rule parameters in Q profile console