aboutsummaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorGregory Kick <gk5885@gmail.com>2014-01-21 15:24:57 -0800
committerGregory Kick <gk5885@gmail.com>2014-01-21 15:24:57 -0800
commit85db56d5ebfb9df438640ea39a9651da6b4712e7 (patch)
tree13e9112bafb3c7d8b4ab179235cf54f1490ca084 /service
parentb1f073b2c73de2afe270b35f04075ed7683785a5 (diff)
downloadauto-85db56d5ebfb9df438640ea39a9651da6b4712e7.tar.gz
Copy the SCM urls to the sub-projects to keep maven from mangling them.
Diffstat (limited to 'service')
-rw-r--r--service/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/service/pom.xml b/service/pom.xml
index e4b77f83..d9195398 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -32,6 +32,13 @@
Provider-configuration files for ServiceLoader.
</description>
+ <scm>
+ <url>http://github.com/google/auto</url>
+ <connection>scm:git:git://github.com/google/auto.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>