-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven artifact & JDBC driver fat JAR #649
Comments
Yes, that is something we would like to do. I have never done this before though so help is appreciated. We also would like to bake all the binaries into a single JAR file, at the moment they are still platform specific. |
Created a request for maven hosting at |
turns out we need to control the domain derived from the artifact group id. So changed the package name to |
Thanks a lot for this! I've btw only started using Maven for SQLancer, and also don't have experience with this. |
@mrigger welcome to dependency hell ^^ |
this works for me from Maven: <dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<version>0.1.8</version>
</dependency> |
Are there any plans to publish a Maven artifact for DuckDB? We are in the process of open-sourcing SQLancer, so this would be very helpful for us (and likely also for other Java projects that want to use DuckDB).
The text was updated successfully, but these errors were encountered: