0

I have selenium webdriver maven TestNG project in computer 1. I would like to migrate the project to the computer 2. Computer 2 has Eclipse installed already.

I downloaded the project folder from computer 1.

Unzipped it.

In computer 2, I imported the project (File > Import).

I see errors in pom.xml.

Build path also shows blank.

Img1

img2

img3

img4

How can I migrate selenium webdriver maven project from one machine to a different machine?

GreenTree
  • 53
  • 1
  • 3
  • 14
  • 1
    Possible duplicate of [Setup Maven plugin connectors Error](https://stackoverflow.com/questions/8383085/setup-maven-plugin-connectors-error) – itsrajon Feb 11 '18 at 21:37

1 Answers1

0

After I run the commands, it worked.

mvn eclipse:eclipse
GreenTree
  • 53
  • 1
  • 3
  • 14