Reputation: 21
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..
Upvotes: 1
Views: 123
Reputation: 1325137
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
.
Upvotes: 2