Does it work when you call 'mvn install'? BTW: please direct development questions to the developer list…
Ulli Am 02.11.2012 um 12:48 schrieb makiselev <kiselev.maxi...@gmail.com>: > Hi all. > > I tried compile Jenkins for eclipse as described in > https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins. But after step > "$ mvn -DdownloadSources=true eclipse:eclipse" I get next error: > > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Jenkins UI sample plugin 1.490-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] >>> maven-eclipse-plugin:2.8:eclipse (default-cli) @ ui-samples-plugin > >>> > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Jenkins main module ............................... SUCCESS [1.582s] > [INFO] Jenkins CLI ....................................... SUCCESS [0.313s] > [INFO] Jenkins core ...................................... SUCCESS [4.330s] > [INFO] Maven Integration plugin .......................... SUCCESS [4.481s] > [INFO] Jenkins war ....................................... SUCCESS [1.979s] > [INFO] Test harness for Jenkins and plugins .............. SUCCESS [1.476s] > [INFO] Jenkins UI sample plugin .......................... FAILURE [0.113s] > [INFO] Jenkins plugin POM ................................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 16.361s > [INFO] Finished at: Fri Nov 02 14:43:58 MSK 2012 > [INFO] Final Memory: 53M/305M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project ui-samples-plugin: Could not > resolve dependencies for project > org.jenkins-ci.main:ui-samples-plugin:hpi:1.490-SNAPSHOT: Failure to find > org.jenkins-ci.main:jenkins-test-harness:jar:1.490-SNAPSHOT in > http://maven.jenkins-ci.org/content/repositories/snapshots/ was cached in the > local repository, resolution will not be reattempted until the update > interval of maven.jenkins-ci.org has elapsed or updates are forced > > Does anybody can give correct instruction for compile it? >