aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use local cache for deps related to mvn wrapper.Arnstein Ressem2023-10-311-1/+1
|
* Correct copyright headersJon Bratseth2023-10-091-1/+1
|
* Use maven wrapper for bootstrapgjoranv2023-09-011-3/+1
|
* Avoid unnecessary wildcard to rmgjoranv2023-08-291-1/+1
|
* Remove duplicate printout and commentgjoranv2023-08-291-2/+1
|
* Add function to forcefully and safely move files/dirs to '.'gjoranv2023-08-291-3/+11
|
* Move installed maven wrapper to vespa root dir.gjoranv2023-08-291-0/+6
|
* Use pom file for vespa/maven-plugins.gjoranv2023-08-291-3/+2
| | | | - Maven cannot resolve the root pom before plugins are built.
* Set up maven-wrapper in bootstrapgjoranv2023-08-291-0/+8
|
* Create new 'dependency-versions' pom modulegjoranv2023-07-241-0/+4
| | | | | - To be used as parent for all other poms, to ensure that the same versions of dependencies are used everywhere.
* Revert "New parent pom"Arnstein Ressem2023-07-211-4/+0
|
* Create new 'dependency-versions' pom modulegjoranv2023-07-191-0/+4
| | | | | - To be used as parent for all other poms, to ensure that the same versions of dependencies are used everywhere.
* Add job to publish generic Intel based container imageArnstein Ressem2023-03-061-1/+1
|
* add and use getversionmap.shArne Juul2022-09-191-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Do not use multi-threaded maven build for plugins.gjoranv2021-02-051-1/+1
| | | | | | - Parallel build of plugins with the same groupId is unsafe, as each thread updates the maven-metadata.xml file without any locking.
* Make it possible to pick up jars needed for cpp tests from alternative location.Arnstein Ressem2020-08-311-1/+1
|
* Add retries to bootstrap in case of unstable network.Arnstein Ressem2020-05-271-1/+1
|
* Use multiple threads for build with multiple modulesgjoranv2018-12-111-4/+4
| | | | .. and one thread for single-module builds.
* Do not run maven in batch mode, don't skip javadoc, not quiet.gjoranv2018-11-061-1/+1
| | | | - To override, set env var VESPA_MAVEN_EXTRA_OPTS
* Check for existence of correct variable.gjoranv2018-11-051-2/+2
| | | | + Use bash double brackets
* Use '-n' to check for non-empty valueArnstein Ressem2018-11-051-1/+1
| | | Co-Authored-By: gjoranv <gjoranv@gmail.com>
* Add optional env vars for maven command and extra opts.gjoranv2018-11-051-1/+17
|
* Do not skip tests in bootstrap.shgjoranv2018-10-231-1/+1
|
* Maven install plugin fails when multiple maven plugins are installed in the ↵Arnstein Ressem2018-07-181-5/+5
| | | | same execution.
* Run 'mvn clean' in bootstrap script.gjoranv2018-03-091-1/+1
| | | | | - Otherwise, scala classes can in rare cases be missing from the installed artifact.
* Revert "Factor out for readability."Bjørn Christian Seime2018-02-211-1/+1
| | | | This reverts commit 62151dca655bbba6c9b4496cfee2572003947727.
* Remove FileDistributionManager.Henning Baldersheim2018-02-081-2/+1
|
* Factor out for readability.Henning Baldersheim2018-02-051-1/+1
|
* Install new parent poms.gjoranv2017-12-011-1/+9
|
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-9/+1
|
* Install new parent poms.gjoranv2017-11-301-1/+9
|
* Revert "Gjoranv/split parent"gjoranv2017-11-291-9/+1
|
* Use subshells for building parent poms.gjoranv2017-11-291-2/+8
|
* Install new parent poms.gjoranv2017-11-291-1/+3
|
* Revert "Various minor fixes to bootstrap scripts"Arnstein Ressem2017-11-031-2/+0
|
* Enable the installed Maven 3.3 before Java build.Paul Loberg2017-11-021-0/+2
|
* No 'of' needed.gjoranv2017-09-251-1/+1
|
* might -> maygjoranv2017-09-251-1/+1
|
* Fix typo.gjoranv2017-09-251-1/+1
|
* Add some user output to bootstrap scriptBjørn Christian Seime2017-09-061-0/+4
|
* Reduce verbose output from bootstrap script.Bjørn Christian Seime2017-08-311-1/+1
|
* Increase parallelismBjørn Christian Seime2017-08-151-1/+1
|
* Don't update snapshotsBjørn Christian Seime2017-08-111-1/+1
|
* Speed up bootstrapping by building in parallelBjørn Christian Seime2017-08-111-1/+1
|
* Use batch modeBjørn Christian Seime2017-08-101-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|