Re: Deploy Calcite to local Maven Repository

2020-07-03 Thread Vladimir Sitnikov
Just in case, `./gradlew tasks` shows that, and the idea is to keep the
selected list of useful tasks there.

Vladimir


Re: Deploy Calcite to local Maven Repository

2020-07-03 Thread Enrico Olivelli
Il giorno ven 3 lug 2020 alle ore 16:26 953396112 <953396...@qq.com> ha
scritto:

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


It works !
Thank you very much

Enrico


>
>
>
> Best regards
> xzh
>
>
> --原始邮件--
> 发件人:"Enrico Olivelli" 发送时间:2020年7月3日(星期五) 晚上10:15
> 收件人:"dev"
> 主题: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


??????Deploy Calcite to local Maven Repository

2020-07-03 Thread 953396112
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


----
??:"Enrico Olivelli"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

Deploy Calcite to local Maven Repository

2020-07-03 Thread Enrico Olivelli
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