chore: Updated the cmake-maven-plugin to a version that hopefully also works on windows on aarch64 systems.
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 @@
 
 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>
@@ -202,6 +209,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>
                     <version>1.6.13</version>