You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Found that the uber jar is built, but is not published in the maven package
The main egeria repo is uising the shadow plugin. Here we use a different approach but either should be fine.
The plugin modifies the publish process, so when doing explicitly (as here) the publish step in gradle will also need updating
The text was updated successfully, but these errors were encountered:
Ah, of course! I forgot that wasn't being published 🙈 If you're up to take a stab at it, even re-using the shadow-based approach, happy to receive it as a PR!
I noticed a few other improvements we could make, especially around consistency of dependencies, and reducing what we duplicate, but in the process hit odpi/egeria#7421
Whilst building an uber jar doesn't require this, it's good to do a good job of validating a good connector build to prove out the artifacts we're creating in egeria are good. Looks like we have a regression in the BOM creation.
I may therefore put the bigger fix on hold, and just make the absolute minimal change to build a jar with dependencies!
But I will then do the bigger update, just need to do a bit more experimenting/research on best practices around the BOM definitions. I may defer some of this but will aim to do it within the next week or two.
The gradle build is not building/packaging the -jar-with-dependencies
Noticed when trying to download via
Found that the uber jar is built, but is not published in the maven package
The main egeria repo is uising the shadow plugin. Here we use a different approach but either should be fine.
The plugin modifies the publish process, so when doing explicitly (as here) the publish step in gradle will also need updating
The text was updated successfully, but these errors were encountered: