1

I want to integrate maven plugin into Eclipse RTC client (Team Concert, version 6.0.6.1).

enter image description here

How to fix it? Thks

I've tried to use other versions of that plugin: https://download.eclipse.org/technology/m2e/releases/ But the result is the same..

prista
  • 21
  • 3
  • It is looking for the `org.eclipse.wst.sse.core` plug-in which is part of Eclipse Web Tools. You will have to tell the install about a software site containing a suitable version of the Web Tools. – greg-449 Nov 03 '22 at 10:29
  • What greg-449 says. Adding in the preferences _Install/Update > Available Software Sites_ the update site [`https://download.eclipse.org/releases/latest`](https://download.eclipse.org/releases/latest) should fix this issue. – howlger Nov 03 '22 at 11:44

1 Answers1

2

You need to add one of the software repository matching your Eclipse version (or, as commented, the latest one)

repository

From there, re-try the M2E setup which, in turn, should find org.eclipse.wst.sse.core.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250