scala-polars icon indicating copy to clipboard operation
scala-polars copied to clipboard

Maven artifacts missing

Open cebaa opened this issue 1 year ago • 5 comments

The maven dependency coordinates given in https://github.com/chitralverma/scala-polars/packages/1795604:

<dependency>
  <groupId>org.polars</groupId>
  <artifactId>scala-polars_2.12</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

don't seem to be available. Searching https://mvnrepository.com/search?q=polars doesn't yield anything either.

cebaa avatar Jun 29 '23 16:06 cebaa

Hello! I'm also wondering when the release is planned? I could help with the sbt configuration to prepare for release in Sonatype.

grouzen avatar Sep 10 '23 22:09 grouzen

Hey! :) Does the heart emoji mean you give me the green light to help you with Sonatype release?

grouzen avatar Sep 19 '23 16:09 grouzen

@grouzen @cebaa For this to be available on maven central the project would need permissions from the official project author @ritchie46 because currently, the project uses the group id org.polars. This is why the current artifacts are only available on GitHub packages.

let me raise an issue for this on the polars side and if they allow, we can set something up.

chitralverma avatar Sep 19 '23 20:09 chitralverma

@chitralverma Hm... Any reason it's under org.polars then? Shouldn't it be under whatever domain you own (or even something like io.github.chitralverma)?

cebaa avatar Sep 21 '23 13:09 cebaa

@chitralverma do we have any challenge here to move this project to official group ID ... looks like polars community is also welcoming https://github.com/pola-rs/polars/issues/11202

prassee avatar Nov 01 '23 06:11 prassee