Skip to content

Commit

Permalink
Merge pull request wildfly#5795 from soul2zimate/WFCORE-6642-main
Browse files Browse the repository at this point in the history
[WFCORE-6642] Remove obsolete eap-repo profile in test
  • Loading branch information
yersan authored Dec 12, 2023
2 parents d210192 + c305653 commit c1dd951
Showing 1 changed file with 0 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<profile>
<id>jboss-public-repository</id>
<repositories>


<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
Expand Down Expand Up @@ -45,46 +43,7 @@
</snapshots>
</repository>
</repositories>


</profile>
<profile>
<id>eap-repo</id>
<repositories>
<repository>
<id>brew-maven-repo</id>
<name>Red Hat Brew repo</name>
<url>https://download.lab.bos.redhat.com/brewroot/repos/jb-eap-6-rhel-6-build/latest/maven/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>brew-maven-repo</id>
<name>Red Hat Brew repo</name>
<url>https://download.lab.bos.redhat.com/brewroot/repos/jb-eap-6-rhel-6-build/latest/maven/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>


</profiles>

<activeProfiles>
Expand Down

0 comments on commit c1dd951

Please sign in to comment.