rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

Error on importing rtc2gitcli project into eclipse. #59

Closed AnupKSeth closed 4 years ago

AnupKSeth commented 4 years ago

Hi,

On importing the "rtc2gitcli" project in eclipse getting below error. How do we resolve it ?

image

WtfJoke commented 4 years ago

Hi @AnupKSeth

Usually eclipse should find it automatically. You can install the maven dependency plugin manually by using this eclipse marketplace link: https://marketplace.eclipse.org/content/m2e-connector-maven-dependency-plugin

AnupKSeth commented 4 years ago

Hi @AnupKSeth

Usually eclipse should find it automatically. You can install the maven dependency plugin manually by using this eclipse marketplace link: https://marketplace.eclipse.org/content/m2e-connector-maven-dependency-plugin

Hi ,

this link has worked fine and the error is gone.

Thanks, closing the issue