[jvm-packages] Fix maven warnings (#4664)

* exec plugin was missing a version
* reportPlugins has been deprecated:
  see https://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Classic_configuration_Maven_2__3
This commit is contained in:
Oleksandr Pryimak
2019-07-15 20:25:43 -07:00
committed by Nan Zhu
parent 61f764946f
commit 2973416f2e
2 changed files with 20 additions and 19 deletions

View File

@@ -54,6 +54,7 @@
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>1.6.0</version>
<executions>
<execution>
<id>native</id>