2012-02-06 81 views
0

我正在使用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

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

+0

不是,它是[2.18.0](http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/2.18.0/);-) – 2012-02-06 15:05:19

回答

1

它不是從任何Maven回購。

你必須下載它(http://release.seleniumhq.org/selenium-remote-control/0.9.2/),並將其手動添加到本地存儲庫(http://maven.apache.org/plugins/maven-install-plugin/examples/specific-local-repo.html)。

+0

但[當前版本是](http ://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-rc/1.0.2)。 – 2012-02-06 15:00:40

+0

不是當前的一個,而是一個「年輕」的;-)最新的是可用的[這裏](http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-server/2.18.0/) 。 – 2012-02-06 15:03:57

+0

......無論哪種方式,與0.9.2相差甚遠,而不是selenium-rc,但OP詢問的依賴關係。 – 2012-02-06 15:12:35