substrait-io / substrait-java

Apache License 2.0
75 stars 71 forks source link

[CORE] Push core java release artifacts to mvn central #43

Open jacques-n opened 2 years ago

lwhite1 commented 1 year ago

If this could be done it would be super helpful.

jacques-n commented 1 year ago

Are you looking specifically for the core library or also the Isthmus/Calcite stuff?

Any chance you can propose a patch to gradle to add the support? If you can make the pieces work, I can help get the required credentials and whatnot to push to the maven repo and get the patch over the finish line.

adamkennedy commented 1 year ago

@jacques-n Both would be appreciated, as the Isthmus piece contains the Calcite to Substrait converter classes needed to integrate alternative Calcite setups with Substrait.

davisusanibar commented 1 year ago

Hi everyone,

Is there some Nexus repository or Staging repository to I could use to test publishing Java artifacts?

jacques-n commented 1 year ago

Any chance someone want to propose an initial patch? We should definitely get this done.

ianmcook commented 1 year ago

Is there some Nexus repository or Staging repository to I could use to test publishing Java artifacts?

@davisusanibar is it possible to use Archiva for this as described here?

davisusanibar commented 1 year ago

Hi @ianmcook yes that is possible.

I just sent a draft PR to map activities needed to release to maven central.