Jun He has uploaded a new change for review. http://gerrit.cloudera.org:8080/5586
Change subject: KUDU-1817. Fix kudu-spark2 artifactId in pom.xml ...................................................................... KUDU-1817. Fix kudu-spark2 artifactId in pom.xml kudu-spark2 pom.xml is malformed due to a maven shade plugin issue: dependency-reduced-pom should use shadedArtifactId (https://issues.apache.org/jira/browse/MSHADE-155) I upgraded maven-shade-plugin to version 2.4 and fixed the pom.xml. Additionally, I moved the default properties to a default profile. This makes the property settings consistent for both versions. Change-Id: I0dc9ac261a82e13d189bc1be04faea5a9812d518 --- M java/kudu-spark/pom.xml 1 file changed, 15 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/5586/1 -- To view, visit http://gerrit.cloudera.org:8080/5586 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0dc9ac261a82e13d189bc1be04faea5a9812d518 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jun He <junhe...@gmail.com>