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 9f2d1b4 chore: Updated the cmake-maven-plugin to a version that
hopefully also works on windows on aarch64 systems.
9f2d1b4 is described below
commit 9f2d1b41fb1f585acaafb386ee601e697e1a44f1
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Nov 6 13:26:29 2023 +0100
chore: Updated the cmake-maven-plugin to a version that hopefully also
works on windows on aarch64 systems.
---
iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties | 2 +-
iotdb-tools-thrift/README.md | 10 ++++++++++
iotdb-tools-thrift/pom.xml | 12 ++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties
b/iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties
index 3c6fda8..eacdc9e 100644
--- a/iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties
+++ b/iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
diff --git a/iotdb-tools-thrift/README.md b/iotdb-tools-thrift/README.md
index ab39b78..203a390 100644
--- a/iotdb-tools-thrift/README.md
+++ b/iotdb-tools-thrift/README.md
@@ -38,3 +38,13 @@ Then checkout the repo on the other platforms and run the
following on each of t
Once this has been run on each of the supported platforms, go back to Nexus
and close the staging repository.
+## Prerequisites
+
+The following software needs to be installed in order to build the thrift
module:
+
+- Java
+- Flex
+- Bison
+- Boost
+
+Please look in the IoTDB documentation for information on how to install them
on your particular OS.
diff --git a/iotdb-tools-thrift/pom.xml b/iotdb-tools-thrift/pom.xml
index ee54a3c..2f35743 100644
--- a/iotdb-tools-thrift/pom.xml
+++ b/iotdb-tools-thrift/pom.xml
@@ -49,6 +49,13 @@
<cmake.build.type>Release</cmake.build.type>
</properties>
+ <repositories>
+ <repository>
+ <id>conatype-oss</id>
+
<url>https://oss.sonatype.org/service/local/repositories/releases/content</url>
+ </repository>
+ </repositories>
+
<build>
<plugins>
<plugin>
@@ -201,6 +208,11 @@
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>com.googlecode.cmake-maven-project</groupId>
+ <artifactId>cmake-maven-plugin</artifactId>
+ <version>3.27.7-b1</version>
+ </plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>