-
Notifications
You must be signed in to change notification settings - Fork 350
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
Adding dependencies on external packages #1546
Comments
you can use a special syntax that allow to leverage jitpack:
|
I see that this works only with version 1.0.0 and I'm using RC2. I have another issue opened of what happens when I use version 1.0.0: #1542 |
you can do the same without the special syntax, you should follow the instructions on the jitpack site so:
|
As an example, let's assume that the repo I want to install is this one:
What would be the command you have in mind? I'm not sure I understand the steps you suggested. |
Looks like I have managed to get the latest version of Kamel to work (build from source with latest master). I might be able to actually use your initial suggestion:
The project Github repo path is similar to this: What is the precise
? |
yes |
I tried this:
And the builder errored:
Is there a way to get more information about the failure? |
Any way to get more feedback as to what goes on during the building process? |
Can you give me an example of a GitHub dependency that you have personally tried and it worked for you? I'm trying to pass dependencies via -d that are unrelated to my example and all I am getting is the error above in the builder. |
I have managed to get my example to work so I'm closing this. |
Let's say I have a GitHub repo with the third party Java code and I want to add is a dependency since kamel run is complaining that it can't find the package.
Without kamel, what I do is clone the repo then call mvn install and then add the dependency in the pom.xml in the usual way. How would I proceed in the kamel run case?
The text was updated successfully, but these errors were encountered: