Adar Dembo has submitted this change and it was merged. Change subject: csd: always validate using Cloudera public maven repo ......................................................................
csd: always validate using Cloudera public maven repo The schema-validator-maven-plugin artifact and its dependencies were missing from Cloudera's public maven repo, which meant validation could only work when the local maven repo was prepopulated with the plugin. This has since been fixed, so it's now possible to validate the CSD from anywhere. Due to that, I've also removed the "validation is optional" behavior: going forward, building the CSD means validating it. Change-Id: I120c874c219abf98e7c33737c34d248daaf8e5bb Reviewed-on: http://gerrit.cloudera.org:8080/2311 Reviewed-by: Jean-Daniel Cryans Tested-by: Kudu Jenkins --- M build-support/jenkins/build-and-test.sh M java/README.md M java/kudu-csd/pom.xml M java/pom.xml 4 files changed, 34 insertions(+), 56 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2311 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I120c874c219abf98e7c33737c34d248daaf8e5bb Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
