gpt4 book ai didi

java - Maven 依赖 Eclipse

转载 作者:IT老高 更新时间:2023-10-28 20:31:35 25 4
gpt4 key购买 nike

我在我的 pom 中添加了以下依赖项

     <dependency>
<artifactId>richfaces-api</artifactId>
<groupId>org.richfaces.framework</groupId>
<version>3.3.3.Final</version>
</dependency>

<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<version>3.3.3.Final</version>
</dependency>

<dependency>
<artifactId>richfaces-impl</artifactId>
<groupId>org.richfaces.framework</groupId>
<version>3.3.3.Final</version>
</dependency>

当我在命令提示符下执行 mvn clean install 时,这些依赖 jar 被下载了。但是在 Eclipse 中,这没有显示在引用的库部分下。但是,作为依赖项一部分的其他 jar 文件正在显示。为了得到反射(reflect),我必须做些什么吗?谢谢。

最佳答案

这取决于您如何在 Eclipse 中集成 Maven:

  • 无 Eclipse 集成:在命令行运行 mvn eclipse:eclipse 以刷新项目定义。
  • M2Eclipse 或 m2e:更新 POM 文件(选择,按 F5),然后右键单击项目,Maven > Update Dependencies

这应该可以解决它。

关于java - Maven 依赖 Eclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9989687/

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