bf8ebbe90a
Require the core plugins whenever a Gerrit build is run. These are pulled into the Maven Reactor by being inside of git submodules. Plugins can be omitted by passing a -Dgerrit.plugins.skip=true flag on the command line. Change-Id: I7246389bcae9e98d5f1d46208ff515855eb7c474
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
[submodule "plugins/replication"]
|
|
path = plugins/replication
|
|
url = ../plugins/replication
|
|
|
|
[submodule "plugins/reviewnotes"]
|
|
path = plugins/reviewnotes
|
|
url = ../plugins/reviewnotes
|
|
|
|
[submodule "plugins/commit-message-length-validator"]
|
|
path = plugins/commit-message-length-validator
|
|
url = ../plugins/commit-message-length-validator
|