Commit Graph

3 Commits

Author SHA1 Message Date
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