mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
65 lines
2.4 KiB
XML
65 lines
2.4 KiB
XML
<settings>
|
|
<mirrors>
|
|
<mirror>
|
|
<id>jboss-public-repository-group</id>
|
|
<mirrorOf>*,!protean-nexus-release,!protean-nexus-snapshot</mirrorOf>
|
|
<name>jboss</name>
|
|
<url>http://repository.jboss.org/nexus/content/groups/developer/</url>
|
|
</mirror>
|
|
</mirrors>
|
|
<profiles>
|
|
<profile>
|
|
<id>jboss-nexus</id>
|
|
<repositories>
|
|
<repository>
|
|
<id>jboss-public-repository-group</id>
|
|
<name>JBoss Public Repository Group</name>
|
|
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
|
|
<layout>default</layout>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>never</updatePolicy>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>never</updatePolicy>
|
|
</snapshots>
|
|
</repository>
|
|
<!-- Forgot the password? see https://github.com/protean-project/hibernate-protean/wiki/Protean-Nexus-credentials -->
|
|
<repository>
|
|
<id>protean-nexus-release</id>
|
|
<name>Protean AWS Nexus - Releases</name>
|
|
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/</url>
|
|
<layout>default</layout>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>never</updatePolicy>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
<!-- Forgot the password? see https://github.com/protean-project/hibernate-protean/wiki/Protean-Nexus-credentials -->
|
|
<repository>
|
|
<id>protean-nexus-snapshot</id>
|
|
<name>Protean AWS Nexus - Snapshots</name>
|
|
<url>http://ec2-18-234-117-118.compute-1.amazonaws.com:8081/nexus/content/repositories/snapshots/</url>
|
|
<layout>default</layout>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>never</updatePolicy>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<!-- 10 minutes. Or enforce refresh by using -U option to Maven -->
|
|
<updatePolicy>daily</updatePolicy>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
</profile>
|
|
</profiles>
|
|
<activeProfiles>
|
|
<activeProfile>jboss-nexus</activeProfile>
|
|
</activeProfiles>
|
|
</settings>
|