aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSam Berlin <sameb@google.com>2014-08-08 14:17:15 -0400
committerSam Berlin <sameb@google.com>2014-08-08 14:17:43 -0400
commitc15e74affaa89bcf9499aa14171040a9f991e4e4 (patch)
tree8a29f8c09b32591b54526ba0a45395758f31a65f /pom.xml
parentc229763b2375415b005cad56c108d7e1dea8585d (diff)
downloadguice-c15e74affaa89bcf9499aa14171040a9f991e4e4.tar.gz
Move utility scripts to util dir, add secure vars to CI username/pwd, update POM to use canonical snapshot dir, add support for snapshot on succesful commit in Travis.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 58ebbb11..37305d09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,14 @@ See the Apache License Version 2.0 for the specific language governing permissio
</license>
</licenses>
+ <distributionManagement>
+ <!-- override the parent's directory to point to the canonical place, and use https. -->
+ <snapshotRepository>
+ <id>google-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<modules>
<module>core</module>
<module>extensions</module>