-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build project from master branch #367
Comments
You can try install all the jars to the local maven repository from confluencinc/kafka |
Here is how I was able to build this repo from master:
This could be a helpful addition to the README.md file... |
Tried the above steps, but fails while building
|
Went beyond the earlier error, it was a transient error. Now building
|
Thanks for the helpful steps as a guide. But, thats lot of configuration and attention left for the end users and developers. it should be more simplistic approach :) It seems it need some fix/changes in the pom. |
Hi,
I have cloned the project from master branch and tried running mvn clean install. But unable to do so as getting the below error.
Could not transfer artifact io.confluent:common:pom:7.4.0-886 from/to confluent (${confluent.maven.repo}): Cannot access ${confluent.maven.repo} with type default using the available connector factories: BasicRepositoryConnectorFactory
Please suggest if there is any configuration needed.
The text was updated successfully, but these errors were encountered: