Commit Graph

6 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 4371cc77c4
Update mvnw to latest version (#3789) 2019-11-06 11:40:32 +08:00
kezhenxu94 3fd1f072f1 Speed up ci/e2e builds (#3130)
* Make use of multi-thread builds of maven

* Bump up maven version to get rid of parallel build bug

* Apply the same to E2E tests

* Apply the same to JavaDoc task

* Revert E2E settings

* Add maven tuning opts

* Increase maven fork process memory
2019-07-21 10:08:39 +08:00
吴晟 Wu Sheng 2f3ccf368c
Backend streaming thread model improvement (#2247)
[Performance Improvement]Backend streaming thread model improvement
2019-02-18 14:55:07 +08:00
Adrian Cole 26f88ba522 Re-adds maven wrapper downloader so users won't crash if wget is missing (#1576)
https://github.com/apache/incubator-skywalking/pull/1574 removed the
maven wrapper jar. The shell script will try wget and then this
downloader if missing. It is very likely in windows and small vms for
people to not have wget installed, so this will prevent support problems
(and is why the wrapper includes this)
2018-08-23 13:06:05 +08:00
吴晟 Wu Sheng 15fed8cc26
Remove jar from source (#1574)
* Delete maven-wrapper.jar

* Update .gitignore
2018-08-23 06:18:43 +08:00
Adrian Cole d0b951649f Moves to Maven wrapper to stabilize the version in use (#1569)
* Moves to Maven wrapper to stabilize the version in use

This will ensure those building will have similar experience due to
having a fixed maven version.

* Updates most plugin versions and removes redundant configuration

* Sets up build enforcement for JDK 1.8 until further work occurs
2018-08-22 19:04:15 +08:00