mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
No longer needing the redhat-ga-repository Maven repository
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>jboss-public-repository-group</id>
|
||||
<mirrorOf>*,!redhat-ga-repository,!protean-nexus-release,!protean-nexus-snapshot</mirrorOf>
|
||||
<mirrorOf>*,!protean-nexus-release,!protean-nexus-snapshot</mirrorOf>
|
||||
<name>jboss</name>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/developer/</url>
|
||||
</mirror>
|
||||
@@ -25,20 +25,6 @@
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>redhat-ga-repository</id>
|
||||
<name>Red Hat GA repository</name>
|
||||
<url>http://maven.repository.redhat.com/ga/</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<!-- Forgot the password? see https://github.com/protean-project/hibernate-protean/wiki/Protean-Nexus-credentials -->
|
||||
<repository>
|
||||
<id>protean-nexus-release</id>
|
||||
|
||||
14
pom.xml
14
pom.xml
@@ -94,20 +94,6 @@
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>redhat-ga-repository</id>
|
||||
<name>Red Hat GA repository</name>
|
||||
<url>http://maven.repository.redhat.com/ga/</url>
|
||||
<layout>default</layout>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
<updatePolicy>daily</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- Forgot the password? see https://github.com/protean-project/hibernate-protean/wiki/Protean-Nexus-credentials -->
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user