Skip to content

Commit

Permalink
Add jboss-eap-8.0-product-repository definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Aug 15, 2023
1 parent f4bc7a1 commit ca256b5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,20 @@
</modules>

<pluginRepositories>
<pluginRepository>
<id>jboss-eap-8.0-product-repository</id>
<name>JBoss EAP Product Repository</name>
<url>https://download.devel.redhat.com/brewroot/repos/jb-eap-8.0-maven-build/latest/maven/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>jboss-earlyaccess-repository-group</id>
<name>JBoss EarlyAccess Repository Group</name>
Expand All @@ -133,6 +147,20 @@
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>jboss-eap-8.0-product-repository</id>
<name>JBoss EAP Product Repository</name>
<url>https://download.devel.redhat.com/brewroot/repos/jb-eap-8.0-maven-build/latest/maven/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
Expand Down

0 comments on commit ca256b5

Please sign in to comment.