mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-06-02 17:35:25 +00:00
Add Sonatype repository, fixes #221
This commit is contained in:
parent
6cf5ec1305
commit
3a322ceb2d
@ -138,11 +138,21 @@
|
||||
if you are a Enterprise customer or Partner
|
||||
-->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype-snapshots</id>
|
||||
<name>Sonatype Snapshot Repo</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>alfresco-public</id>
|
||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
||||
</repository>
|
||||
<!-- 2014/11/09 - Tried commenting these out to fix the plugin resolution failure
|
||||
<repository>
|
||||
<id>alfresco-public-snapshots</id>
|
||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
|
||||
@ -151,7 +161,6 @@
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
-->
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
@ -163,7 +172,6 @@
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<!-- 2014/11/09 - Tried commenting these out to fix the plugin resolution failure
|
||||
<pluginRepository>
|
||||
<id>alfresco-plugin-public</id>
|
||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
||||
@ -176,7 +184,6 @@
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
-->
|
||||
</pluginRepositories>
|
||||
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user