brayanjuls / diane

Hive helper functions for apache spark users
MIT License
10 stars 0 forks source link

[WIP] Implemented publishing to Maven #14

Closed brayanjuls closed 1 year ago

brayanjuls commented 1 year ago

This solves the issue: https://github.com/brayanjuls/diane/issues/10

brayanjuls commented 1 year ago

@MrPowers - What do you think of these changes for publishing to maven? I would only need to execute sbt release, which should take care of versioning, publishing to maven, and tagging.

MrPowers commented 1 year ago

@brayanjuls - looks good to me. Publishing to Maven is kind of a painful process BTW, so it might involve some annoying trial-and-error. It takes a really long time for the publishing command to actually get reflected in Maven, especially when you're just getting started. Like you run the command and can't actually see the artifact in Maven till like the next day, haha. It's not like the PyPi publishing process which is basically immediate.