add ext-snapshot-local for custom netflix build

This commit is contained in:
Spencer Gibb
2014-11-12 11:59:17 -07:00
parent 48c47544d2
commit 5f7f08a07d

View File

@@ -54,6 +54,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<repository>
<id>ext-snapshots</id>
<name>External Snapshots</name>
<url>http://repo.spring.io/ext-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</pluginRepositories>
</profile>
</profiles>