When I built gerrit-trigger-plugin with suggested repository, It failed due to dependency.
gerrit-trigger-plugin -> git-plugin 1.1.10 -> jgit 0.12.1 jgit 0.12.1 is not hosted in this repository (Also eclipse one) Next, I changed jgit version to hosted version(1.3.0.201202151440-r) in git-plugin source then built. But it still failed due to "missing org/apache/maven/project/ProjectBuildngRequest". I found below thread: http://jenkins.361315.n4.nabble.com/Error-building-Jenkins-td3454428.html I think my facing error is the same since I build it on Ubuntu (maven 2.2.1).
