You can use the following command to publish jars to your local Maven 
repository. I hope it can help you.
 ./gradlew :core:publishToMavenLocal



Best regards
xzh


------------------ ???????? ------------------
??????:&nbsp;"Enrico Olivelli"<eolive...@gmail.com&gt;;
????????:&nbsp;2020??7??3??(??????) ????10:15
??????:&nbsp;"dev"<dev@calcite.apache.org&gt;;

????:&nbsp;Deploy Calcite to local Maven Repository



Hi,
I am trying to build Calcite and put jars into local Maven repository

Usually this is easy with the Maven plugin
https://docs.gradle.org/current/userguide/maven_plugin.html

./gradlew install -x test

I am trying to add the 'maven' plugin to Gradle configuration but without
effect

Is there any way to perform this task ?
I would like to test current HerdDB master against current Calcite master,
as probably Calcite 1.24 is going to be released soon


Best regards
Enrico

Reply via email to