将Protoc部署在本地Maven仓库中时报No plugin found for prefix 'install' in the current project and in the plugin groups
收藏回复举报
将Protoc部署在本地Maven仓库中时报No plugin found for prefix 'install' in the current project and in the plugin groups
t('forum.solved') 已解决
新人帖
发表于2023-08-31 11:51:40
0 查看
[root@hd01 protobuf-2.5.0]# mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=2.5.0 -Dclassifier=linux-aarch_64 -Dpackaging=exe -Dfile=/usr/local/bin/protoc 

[INFO] Scanning for projects... 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom 

[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.5.3: Plugin org.apache.maven.plugins:maven-release-plugin:2.5.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.5.3 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/codehaus/mojo/maven-metadata.xml 

Downloading from huaweimaven: https://mirrors.huaweicloud.com/repository/maven/org/apache/maven/plugins/maven-metadata.xml 

[WARNING] Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to huaweimaven (https://mirrors.huaweicloud.com/repository/maven/): mirrors.huaweicloud.com 

[WARNING] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to huaweimaven (https://mirrors.huaweicloud.com/repository/maven/): mirrors.huaweicloud.com 

[WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from https://mirrors.huaweicloud.com/repository/maven/ was cached in the local repository, resolution will not be reattempted until the update interval of huaweimaven has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to huaweimaven (https://mirrors.huaweicloud.com/repository/maven/): mirrors.huaweicloud.com 

[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from https://mirrors.huaweicloud.com/repository/maven/ was cached in the local repository, resolution will not be reattempted until the update interval of huaweimaven has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to huaweimaven (https://mirrors.huaweicloud.com/repository/maven/): mirrors.huaweicloud.com 

[INFO] ------------------------------------------------------------------------ 

[INFO] BUILD FAILURE 

[INFO] ------------------------------------------------------------------------ 

[INFO] Total time: 28.410 s 

[INFO] Finished at: 2023-08-31T11:40:36+08:00 

[INFO] ------------------------------------------------------------------------ 

[ERROR] No plugin found for prefix 'install' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/root/.m2/repository), huaweimaven (https://mirrors.huaweicloud.com/repository/maven/)] -> [Help 1] 

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 

[ERROR] Re-run Maven using the -X switch to enable full debug logging. 

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles: 

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException 

[root@hd01 protobuf-2.5.0]# 

本帖最后由 匿名用户2023/11/16 15:32:51 编辑

我要发帖子