This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-bin-resources.git


The following commit(s) were added to refs/heads/main by this push:
     new f06b637  fix: added missing properties.
f06b637 is described below

commit f06b637b2c1d9f7453bcf831742e965a1f6527b9
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Aug 17 17:15:55 2023 +0200

    fix: added missing properties.
---
 iotdb-tools-thrift/README.md | 5 ++++-
 iotdb-tools-thrift/pom.xml   | 6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/iotdb-tools-thrift/README.md b/iotdb-tools-thrift/README.md
index cf41cd6..ab39b78 100644
--- a/iotdb-tools-thrift/README.md
+++ b/iotdb-tools-thrift/README.md
@@ -34,4 +34,7 @@ Then checkout the repo on the other platforms and run the 
following on each of t
 
     ./mvnw clean deploy -P apache-release
 
-Once this has been run on each of the supported platforms, go back to Nexus 
and close the staging repository.
\ No newline at end of file
+> Note: For some reason you will see errors a the end when deploying the other 
artifacts, however in all cases I did see the artifacts deployed correctly.
+
+Once this has been run on each of the supported platforms, go back to Nexus 
and close the staging repository.
+
diff --git a/iotdb-tools-thrift/pom.xml b/iotdb-tools-thrift/pom.xml
index 197a706..26151a4 100644
--- a/iotdb-tools-thrift/pom.xml
+++ b/iotdb-tools-thrift/pom.xml
@@ -51,6 +51,8 @@
         <thrift.with.go>ON</thrift.with.go>
         <thrift.with.python>ON</thrift.with.python>
         <thrift.with.rust>ON</thrift.with.rust>
+        <cmake.generator>Unix Makefiles</cmake.generator>
+        <cmake.build.type>Release</cmake.build.type>
     </properties>
 
     <build>
@@ -223,7 +225,7 @@
                         <serverId>apache.releases.https</serverId>
                         <nexusUrl>https://repository.apache.org</nexusUrl>
                         
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
-                        
<stagingRepositoryId>orgapacheiotdb-1128</stagingRepositoryId>
+                        
<!--tagingRepositoryId>orgapacheiotdb-1128</stagingRepositoryId-->
                     </configuration>
                 </plugin>
             </plugins>
@@ -367,6 +369,7 @@
             </activation>
             <properties>
                 <os.classifier>mac-aarch64</os.classifier>
+                <cmake.generator>Visual Studio 17 2022</cmake.generator>
             </properties>
             <build>
                 <plugins>
@@ -407,6 +410,7 @@
             </activation>
             <properties>
                 <os.classifier>windows-x86_64</os.classifier>
+                <cmake.generator>Visual Studio 17 2022</cmake.generator>
             </properties>
         </profile>
 

Reply via email to