testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
56 stars 9 forks source link

Please publish package to mvn central under org.testcontainers dependency #2

Closed romchellis closed 1 year ago

romchellis commented 1 year ago

Hi, I'm interested in this plugin but i cannot try it as is inaccessible under org.testcontainers:jooq-testcontainers-codegen-maven-plugin.

Could you change target repository and publish it to maven central? Thanks, Roman

sivaprasadreddy commented 1 year ago

Hi Roman, This plugin is currently being migrated from my personal account to testcontainers organization. You can use the following Maven coordinates for now until it is published from testcontainers org.

<plugin>
         <groupId>io.github.sivalabs</groupId>
         <artifactId>jooq-testcontainers-codegen-maven-plugin</artifactId>
         <version>0.0.2</version>
</plugin>
romchellis commented 1 year ago

Hello! Thank you for response. I have already done that in new microservice, but i hope you can understand that usage of plugin from an individual contributor in big companies usually is not allowed. Hope it will be available under testcontainers org soon. Do you know any estimates when it might be published?

sivaprasadreddy commented 1 year ago

I totally understand. I can't give an exact time, but I will try to get it published very soon.

sivaprasadreddy commented 1 year ago

Published the plugin under testcontainers org. See https://central.sonatype.com/artifact/org.testcontainers/jooq-testcontainers-codegen-maven-plugin/0.0.1

romchellis commented 1 year ago

Great! Closing the issue