summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-05-06 14:23:26 -0700
committerShawn Pearce <sop@google.com>2013-05-06 15:36:46 -0700
commitb0c599d1fd9b650c206a24ed8fa7f95ae146a073 (patch)
treeb66796ce5100c41a8e36e2c89bba48a5b2603d34 /.gitmodules
parenta1c15ea10d9fba9224e601bbb58fe980aaaa8542 (diff)
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..32483d6b88
--- /dev/null
+++ b/.gitmodules
@@ -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