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..

2
  • 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
    Commented Nov 3, 2022 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 should fix this issue.
    – howlger
    Commented Nov 3, 2022 at 11:44

1 Answer 1

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.