Restore pom files used for publishing to Google bucket

These files were inadvertently removed in Ifdb48360e6.

Change-Id: I75acf4c4bfba38ffb2cd900590519f4d62d32f20
diff --git a/fake_pom_deploy.xml b/fake_pom_deploy.xml
new file mode 100644
index 0000000..bd3ba0e
--- /dev/null
+++ b/fake_pom_deploy.xml
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.gitiles</groupId>
+  <artifactId>gitiles</artifactId>
+  <version>1</version> <!-- Do not edit; see VERSION. -->
+  <build>
+    <extensions>
+      <extension>
+        <groupId>com.googlesource.gerrit</groupId>
+        <artifactId>gs-maven-wagon</artifactId>
+        <version>3.3</version>
+      </extension>
+    </extensions>
+  </build>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>gerrit-maven-repository</id>
+      <url>https://gerrit-maven.storage.googleapis.com/</url>
+    </pluginRepository>
+  </pluginRepositories>
+</project>
diff --git a/fake_pom_install.xml b/fake_pom_install.xml
new file mode 120000
index 0000000..a10b576
--- /dev/null
+++ b/fake_pom_install.xml
@@ -0,0 +1 @@
+fake_pom_deploy.xml
\ No newline at end of file