selendroid / demoproject-selendroid

Demonstrates how to test an Android app using selendroid with maven. Tests are checking a native and a hybrid cordova app and the mobile web.
http://selendroid.io/quickStart.html
47 stars 95 forks source link

The POM for io.selendroid:selendroid-server-common:jar:0.8.0-SNAPSHOT is missing, no dependency information available #5

Closed nmaddula closed 10 years ago

nmaddula commented 10 years ago

Hi,

I have executed the following commands for setting up Selendroid.

git clone https://github.com/selendroid/selendroid.git cd selendroid/selendroid-server mvn package

Upon executing the command "mvn package", it threw me an error saying "The POM for io.selendroid:selendroid-server-common:jar:0.8.0-SNAPSHOT is missing, no dependency information available"

The same has been shown in the screenshot below:

image

Please help!

DominikDary commented 10 years ago

Go to the root directory of the project and run there first the maven command.