Indeed, maven 3 is a requirement I suppose you installed maven using the system package, so are loked to 2.2.x ? precise will have maven 3 (http://packages.ubuntu.com/precise/maven), in the meantime you can simply install the tar.gz distribution from apache.org
2012/3/15 柏木りんね <[email protected]> > 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). >
