-
Notifications
You must be signed in to change notification settings - Fork 177
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
Use dependencies for yaml files from uap-core #32
Conversation
pom.xml
Outdated
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this all commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, commented it out to see if unpacking was necessary. It wasn't so I will delete it and update the pull request.
i think this change makes sense. |
@bpossolo do you think we can get it in further releases? Is there anything missing? |
@bpossolo when will this be merged into master? |
Ok. I’ll merge and just note that we should remove the git module reference to the other project |
I just gave this PR a spin and it doesn't work. There is no artifact in Maven central that matches:
I presume this was never tested or you created the artifact yourself and installed it in your local Maven repo so I'm going to revert. |
The PR is well tested and works; you just need to apply the other half: ua-parser/uap-core#348 |
Oh I see. It would have been good to link this PR to that one and made clear there was a dependency on that. I don't have control of uap-core... so it will require that to be done first. |
Out of curiosity, can you explain what is preventing you from using the uap-java artifact directly which includes the regexp yaml files? |
For my use case; we build everything from source internally. We don't use external binaries. |
Ok, I thought that might be that case. I presume the maven tests will all fail without uap-core where it's expected to be so you might need to add |
I commented in the other PR asking @commenthol for advice. If I remember correctly, I'll need to go through all the steps to get a new artifact published to Maven Central which requires some time as it's a bit of a manual back-and-forth process. |
We would like to use uap-java in the keycloak project (https://www.keycloak.org). However, to do so I need to make a change to your build system. Would my proposed changes be acceptable to you?