m2Eclipse 中的空目标列表

2023-08-22Java开发问题
1

本文介绍了m2Eclipse 中的空目标列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

当我尝试添加目标时,我没有得到任何目标.是否有任何解决方案,或者我应该手动添加它们.但在一个示例中,我看到它自动列出了所有可用的目标.

When I try to add a goal I don't get any goals. Is there any solution or I should manually add them.But in an example I saw it automatically lists all the available goals.

推荐答案

m2eclipse JIRA 为我工作:在 Eclipse 中,打开视图Maven 存储库"并展开全局存储库".右键单击您的中央镜像(如果未定义镜像,则为中央")并选择启用完整索引".再次右键单击存储库并选择重建索引".等到更新索引"完成并从右下角的 Eclipse 进度指示器中消失.

The workaround described in m2eclipse JIRA worked for me: In Eclipse, open the view "Maven Repositories" and expand "Global Repositories". Right-click on your mirror of central (or "central" if no mirror defined) and select "Enable Full Index". Right-click again on the repository and select "Rebuild Index". Wait until "Updating indexes" finishes and vanishes from the Eclipse progress indicator in the lower right corner.

这篇关于m2Eclipse 中的空目标列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

如何使报表页面方向更改为“rtl"?
How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)...
2024-08-25 Java开发问题
19

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

如何在 Java 中从 DB 加载资源包消息?
How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)...
2024-08-25 Java开发问题
13

如何更改 Java 中的默认语言环境设置以使其保持一致?
How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)...
2024-08-25 Java开发问题
13

如何控制 DateFormat 返回的月份和日期名称的大小写?
How to control the capitalization of month and day names returned by DateFormat?(如何控制 DateFormat 返回的月份和日期名称的大小写?)...
2024-08-25 Java开发问题
20