browsermob-page-perf icon indicating copy to clipboard operation
browsermob-page-perf copied to clipboard

Build failing with missing artificat

Open sudatta opened this issue 14 years ago • 1 comments

Looks like the selenium jar missing is causing the build to break. Please let me know if I am doing something wrong here. I just followed the instructions in the readme.

[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] BrowserMob PagePerf Parent ........................ SUCCESS [0.469s] [INFO] BrowserMob PagePerf Common ........................ SUCCESS [1:04.942s] [INFO] BrowserMob PagePerf Client ........................ FAILURE [15.926s] [INFO] BrowserMob PagePerf Server ........................ SKIPPED [INFO] BrowserMob Release ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:21.650s [INFO] Finished at: Fri Jun 25 11:35:33 PDT 2010 [INFO] Final Memory: 5M/15M [INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal on project client: Missing:

  1. org.seleniumhq.selenium2:selenium2-java:jar:2.0a3-r8673

Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.seleniumhq.selenium2 -DartifactId=s elenium2-java -Dversion=2.0a3-r8673 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:

  mvn deploy:deploy-file -DgroupId=org.seleniumhq.selenium2 -DartifactId=sel

enium2-java -Dversion=2.0a3-r8673 -Dpackaging=jar -Dfile=/path/to/file -Durl=[ur l] -DrepositoryId=[id]

Path to dependency: 1) com.browsermob.pageperf:client:pom:1.0-SNAPSHOT 2) org.seleniumhq.selenium2:selenium2-java:jar:2.0a3-r8673


1 required artifact is missing.

sudatta avatar Jun 25 '10 18:06 sudatta

Looks like the version of Selenium we depend on is pretty out-dated. We will get this fixed soon.

lightbody avatar Sep 06 '10 21:09 lightbody