CLOUDSTACK-8304: disable snapshots from non-snapshot repositories

Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>

This closes #100

(cherry picked from commit 9a38b2f7de)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Laszlo Hornyak 2015-03-06 17:41:32 +01:00 committed by Rohit Yadav
parent 5aedeb74f9
commit a04dd7162e
1 changed files with 6 additions and 0 deletions

View File

@ -22,10 +22,16 @@
<repository>
<id>libvirt-org</id>
<url>http://libvirt.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>ceph-com</id>
<url>http://ceph.com/maven</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>