Enabling snapshots in pom.xml

This commit is contained in:
Michael Jumper
2010-12-29 15:28:36 -08:00
parent fabd400c3d
commit a52ef38607

View File

@@ -44,6 +44,11 @@
<repository>
<id>guac-dev</id>
<url>http://guac-dev.org/repo</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>