eclipse - 项目进度链接到Eclipse Maven中的奇怪站点

标签 eclipse maven eclipse-plugin

在等待完成Eclipse项目进度时,它连接到https://www.pramati.com并更新了存储库。

我的项目与Pramati有什么关系? Pramati拿什么东西,我从Pramati拿什么东西?

Eclipse版本信息:

Version: Oxygen.2 Release (4.7.2) Build id: 20171218-0600

最佳答案

defined here中显示了pramati(bug 502955),并在bug 487917中对其进行了引用:“使用服务器向导导致添加了许多p2站点”在Eclipse 3.8中得到了修复(因此,您使用的是哪个Eclipse版本?)

!MESSAGE Invalid site reference %updateSiteURL in feature com.pramati.eclipse.feature.

even though I never installed pramati.

After initial analysis, I found that similar problem existed when we clicked on "Download Server Adapter" in Mars.
Looks like p2 is adding these sites but now as the link is not available and p2 is visited on the New server Wizard itself,



为了更好地管理这些网站,p2上存在一个悬而未决的问题:issue 491754

为了进行测试,请尝试全新的Eclipse安装,引用全新的工作区,然后打开相同的项目:此处不应引用pramati
或者,您通过p2的项目依赖项引用了pramati server

关于eclipse - 项目进度链接到Eclipse Maven中的奇怪站点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50335264/

相关文章:

eclipse - 如何在 Eclipse 的编译器列表中添加 JDK 7

java - 如何使用 Spring Boot 构建两个重新打包的 jar

java - 登录maven多模块项目

java - 使用 Maven 创建多个 jar,而不使用配置文件配置

java - 插件 : how to get all the types available in my eclipse Workspace?

java - 我的可比方法有什么问题?尝试对对象中的 int 字段进行排序

eclipse - Eclipse中的任务优先级

java - 是否可以使用maven-bundle-plugin(bnd)生成plugin.xml

java - 如何在编辑器上创建弹出菜单,使其仅在 Package Explorer View 处于 Activity 状态时出现

java - 在eclipse中调试时调用类实例方法