mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2026-09-16 18:13:17 +00:00
53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<settings>
|
|
<mirrors>
|
|
<mirror>
|
|
<id>alfresco-public</id>
|
|
<mirrorOf>*,!central-proxy</mirrorOf>
|
|
<url>https://artifacts.hyland.dev/public/alfresco-public/maven/</url>
|
|
</mirror>
|
|
</mirrors>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>default</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<repositories>
|
|
<repository>
|
|
<id>central-proxy</id>
|
|
<!-- <url>https://artifacts.hyland.dev/basic/cic-ext-pull-through/maven/</url>-->
|
|
<url>https://repo1.maven.org/maven2</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>central-proxy</id>
|
|
<!-- <url>https://artifacts.hyland.dev/basic/cic-ext-pull-through/maven/</url>-->
|
|
<url>https://repo1.maven.org/maven2</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<servers>
|
|
<server>
|
|
<id>alfresco-public-releases</id>
|
|
<username>${env.MAVEN_USERNAME}</username>
|
|
<password>${env.MAVEN_PASSWORD}</password>
|
|
</server>
|
|
</servers>
|
|
</settings>
|