Skip to content
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

It would help to have the Confluent Maven repository declared in the POM #218

Open
ginaluca opened this issue Apr 10, 2023 · 0 comments
Open

Comments

@ginaluca
Copy link

Hi,
I just cloned the project to extend some of its images and at the first attempt the Maven build failed because the common-docker parent could not be found. I made it succeed by adding the Confluent repository, which I knew from some other project, to the POM:

<repositories>
    <repository>
        <id>confluent</id>
        <name>Confluent</name>
        <url>https://packages.confluent.io/maven/</url>
    </repository>
</repositories>

I assume that developers who work regularly with this project have already all the necessary Confluent projects checked out on their computer, so they don't need this. It would be a great help for a beginner though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant