[INFO] Hive Shims ......................................... SUCCESS [ 0.562 s]
[INFO] Hive Standalone Metastore .......................... SUCCESS [ 1.260 s]
[INFO] Hive Standalone Metastore Common Code .............. FAILURE [ 1.157 s]
[INFO] Hive Common ........................................ SKIPPED
[INFO] Hive Service RPC ................................... SKIPPED
[INFO] Hive Serde ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.465 s
[INFO] Finished at: 2022-12-20T10:35:29+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.5.1.1:run (default) on project hive-standalone-metastore-common: Error resolving artifact: io.grpc:protoc-gen-grpc-java:1.24.0:exe: Could not find artifact io.grpc:protoc-gen-grpc-java:exe:osx-aarc
h_64:1.24.0 in alimaven (
http://maven.aliyun.com/nexus/content/groups/public/)
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.24.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.24.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] io.grpc:protoc-gen-grpc-java:exe:1.24.0
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] alimaven (
http://maven.aliyun.com/nexus/content/groups/public/, releases=true, snapshots=true)