[jvm-packages] scripts to cross-build and deploy artifacts to github (#3276)

* add back train method but mark as deprecated

* add back train method but mark as deprecated

* fix scalastyle error

* fix scalastyle error

* cross building files

* update

* build with docker

* remove

* temp

* update build script

* update pom

* update

* update version

* upload build

* fix path

* update README.md

* fix compiler version to 4.8.5
This commit is contained in:
Nan Zhu
2018-04-28 07:41:30 -07:00
committed by GitHub
parent 4850f67b85
commit e1f57b4417
9 changed files with 157 additions and 33 deletions

View File

@@ -6,10 +6,10 @@
<parent>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost-jvm</artifactId>
<version>0.72</version>
<version>0.72-SNAPSHOT</version>
</parent>
<artifactId>xgboost4j-example</artifactId>
<version>0.72</version>
<version>0.72-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
<plugins>
@@ -26,7 +26,7 @@
<dependency>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost4j-spark</artifactId>
<version>0.72</version>
<version>0.72-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
@@ -37,7 +37,7 @@
<dependency>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost4j-flink</artifactId>
<version>0.72</version>
<version>0.72-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>