mirror of
https://github.com/apache/jclouds.git
synced 2026-09-06 19:31:46 +00:00
Adding apache-snapshots as a plugin repo
A couple of plugins depend on jclouds-resources
This commit is contained in:
@@ -98,6 +98,20 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!-- to allow downstream projects to access jclouds-resources in plugin config -->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache-snapshots</id>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>jclouds-github-pages-site</id>
|
||||
|
||||
Reference in New Issue
Block a user