feedzai / feedzai-openml-java

Implementations for Feedzai's OpenML APIs to allow for usage of machine learning models in the Java programming language.
https://www.feedzai.com
Apache License 2.0
2 stars 11 forks source link

Add lightgbmlib deploy plugin #40

Closed shengwangsw closed 4 years ago

shengwangsw commented 4 years ago

When building the project the following error was shown: maven-javadoc-plugin:3.0.0:jar failed.: NullPointerException The ticket which had raised this error is https://issues.apache.org/jira/browse/MJAVADOC-517 In addition, when releasing feedzai-openml-java, lightgbmlib wasn't uploaded to maven repository.

Therefore this MR provided the following changes: 1- added git submodule init and update to make.sh, this automatizes our mvn package. 2- bump maven-javadoc-plugin to 3.0.1 3- added deploy plugin

codecov[bot] commented 4 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #40   +/-   ##
=========================================
  Coverage     77.38%   77.38%           
  Complexity      355      355           
=========================================
  Files            39       39           
  Lines          1318     1318           
  Branches        120      120           
=========================================
  Hits           1020     1020           
  Misses          230      230           
  Partials         68       68           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2482a05...2eb1766. Read the comment docs.