我正在使用Maven 3.0.3。我想使用Selenium Maven插件的selennese目標來運行一些Selenium測試,但是我找不到必需的硒服務器JAR。我有這個在我的pom.xml ...我在哪裏可以找到selenium-server Maven的依賴關係?
<dependency>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>0.9.2</version>
</dependency>
但是當我運行我的體型,我得到了錯誤
[ERROR] Failed to execute goal on project cme-productplus-web2: Could not resolve dependencies for project cme-productplus2:cme-productplus-web2:war:1.0-SNAPSHOT: Could not find artifact org.openqa.selenium.server:selenium-server:jar:0.9.2in central (http://repo1.maven.org/maven2) -> [Help 1]
從哪裏得到這個神祕的JAR文件或我需要什麼資料庫添加找到它?
謝謝, - 戴夫
0.9.2 ?! [Current is 2.17](http://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-server/2.17.0)。另請參閱[maven-selenium dependencies](http://mvnrepository.com/artifact/org.codehaus.mojo/selenium-maven-plugin/2.2)。 – 2012-02-06 14:56:22
不是,它是[2.18.0](http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/2.18.0/);-) – 2012-02-06 15:05:19