Skip to content

Instantly share code, notes, and snippets.

@nnutter
Created January 29, 2014 09:11
Show Gist options
  • Save nnutter/8684271 to your computer and use it in GitHub Desktop.
Save nnutter/8684271 to your computer and use it in GitHub Desktop.
diff --git a/tools/maven/fake_pom.xml b/tools/maven/fake_pom.xml
index a531200..7388785 100644
--- a/tools/maven/fake_pom.xml
+++ b/tools/maven/fake_pom.xml
@@ -22,6 +22,10 @@
</build>
<pluginRepositories>
<pluginRepository>
+ <id>gerrit-maven</id>
+ <url>https://gerrit-maven.commondatastorage.googleapis.com</url>
+ </pluginRepository>
+ <pluginRepository>
<id>gerrit-maven-repository</id>
<url>https://gerrit-maven.storage.googleapis.com/</url>
</pluginRepository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment