cloudera / cm_ext

Cloudera Manager Extensibility Tools and Documentation.
Apache License 2.0
188 stars 133 forks source link

Missing :cloudera-manager-schema:jar:5.0.0 in cloudera-external #1

Closed KevinLefevre closed 10 years ago

KevinLefevre commented 10 years ago

Hello, I was trying to build the validator using maven 3, but it seems that something is missing I checked out also https://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException to be sure, butthe problem was not there:

The main error I have is : Could not find artifact com.cloudera.cmf.schema:cloudera-manager-schema:jar:5.0.0 in cloudera-external.

I ran mvn install in /validator first as I thought it was enough, then I ran it with the -X option, but I had still the error.

So I understood that I had to run mvn install in /cm-schema

Then I ran again mvn install in /validator and it worked :)

I think you should put a little line troubleshooting for people like me who encountered this tiny problem :p

Thanks a lot for your work btw, have a great day :D