No longer needing the redhat-ga-repository Maven repository

This commit is contained in:
Sanne Grinovero
2019-02-11 12:02:10 +00:00
parent edbf1db9ef
commit 03df515cd5
2 changed files with 1 additions and 29 deletions

View File

@@ -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
View File

@@ -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>