I want to integrate maven plugin into Eclipse RTC client (Team Concert, version 6.0.6.1).
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..
I want to integrate maven plugin into Eclipse RTC client (Team Concert, version 6.0.6.1).
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..
You need to add one of the software repository matching your Eclipse version (or, as commented, the latest one)
From there, re-try the M2E setup which, in turn, should find org.eclipse.wst.sse.core
.
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.https://download.eclipse.org/releases/latest
should fix this issue.