Skip to content
Arik Hadas edited this page Mar 30, 2014 · 3 revisions

Q: I get the following error in Eclipse: Plugin execution not covered by lifecycle configuration

A: You should install "AJDT m2e Configurator" using this repository: http://dist.springsource.org/release/AJDT/configurator/

Q: I can't push commit to GerritHub because it lacks Change-Id, how can I generate it?

A: Execute the following command in the repository directory: scp -p -P 29418 [email protected]:hooks/commit-msg .git/hooks/

Clone this wiki locally