Deploy snapshots to the gerrit snapshot repository

Change-Id: Ibc8325c1b5c4af11d5d16521d7ac7841af11e6ef
Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/pom.xml b/pom.xml
index 138b2d0..b947da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,6 +310,13 @@
   </dependencies>
 
   <distributionManagement>
+    <snapshotRepository>
+      <id>gerrit-snapshot-repository</id>
+      <name>gerrit Snapshot Repository</name>
+      <url>dav:https://gerrit.googlecode.com/svn/mavenrepo/snapshots</url>
+      <uniqueVersion>true</uniqueVersion>
+    </snapshotRepository>
+
     <repository>
       <id>gerrit-maven-repository</id>
       <name>gerrit Maven Repository</name>