Skip to content

Commit 239a680

Browse files
committed
build: temporarily explicitly add 'JBoss Public Repository Group'
Signed-off-by: Radoslav Husar <[email protected]>
1 parent 7712127 commit 239a680

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,21 @@
119119
</profile>
120120
</profiles>
121121

122+
<repositories>
123+
<repository>
124+
<releases>
125+
<enabled>true</enabled>
126+
<updatePolicy>never</updatePolicy>
127+
</releases>
128+
<snapshots>
129+
<enabled>true</enabled>
130+
<updatePolicy>never</updatePolicy>
131+
</snapshots>
132+
<id>jboss-public-repository-group</id>
133+
<name>JBoss Public Repository Group</name>
134+
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
135+
<layout>default</layout>
136+
</repository>
137+
</repositories>
138+
122139
</project>

0 commit comments

Comments
 (0)