gpt4 book ai didi

java - Spring和Maven插件安装问题; MVN; Spring

转载 作者:行者123 更新时间:2023-12-02 08:01:53 25 4
gpt4 key购买 nike

我有一个基于 Maven 的项目,我正在尝试将其导入到 Spring 源工具套件中。我收到以下错误。

Description Resource    Path    Location    Type
Could not calculate build plan: Missing:
----------
1) org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4.2

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.4.2 -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.4.2 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

----------
1 required artifact is missing.

for artifact:
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4.2

from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
Gamex Unknown Maven Problem

看起来它要求我安装 Maven 资源插件 2.4.2,但我不确定要下载的文件是什么。我尝试下载 maven-plugin-plugin-2.4.2-source.jar 并将其提供给命令;但没有成功。然后我去了http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-2.4.2/中的maven存储库并下载了pof.xml;这也行不通。如果您之前遇到过这个问题,请帮助我了解缺少什么/或者错误消息是什么。

谢谢

最佳答案

http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.2/下载maven资源插件2.4.2[maven-resources-plugin-2.4.2.jar]并做一个

      mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.4.2 -Dpackaging=maven-plugin -Dfile=/path/to/file

然后是clean eclipse:eclipse,在Eclipse中清理项目并刷新并尝试。它应该有效。

关于java - Spring和Maven插件安装问题; MVN; Spring ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8796875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com