Ensure core plugins are bundled by Maven
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
This commit is contained in:
11
.gitmodules
vendored
Normal file
11
.gitmodules
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user