You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/25 01:40:39 UTC

[kudu-CR] csd: validate the CSD using Cloudera public maven repo

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2311

to review the following change.

Change subject: csd: validate the CSD using Cloudera public maven repo
......................................................................

csd: validate the CSD 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.

Change-Id: I120c874c219abf98e7c33737c34d248daaf8e5bb
---
M java/pom.xml
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/11/2311/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2311
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I120c874c219abf98e7c33737c34d248daaf8e5bb
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans