Skip to content

Commit

Permalink
Use jboss-public-repository for dependencies resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Sep 26, 2023
1 parent 4f97c63 commit c0351f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,23 @@
</dependency>
</dependencies>
</dependencyManagement>
<!-- When building the test feature-pack, there is an offline resolution of the wildfly-galleon-plugins
that has already been downloaded when resolving the maven plugin using jboss-public-repository (in jboss-parent pom). So we need to set
te same repository for the dependencies resolution otherwise it is not found -->
<repositories>
<repository>
<id>jboss-public-repository</id>
<name>JBoss Public Maven Repository</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<modules>
<module>arquillian-plugin</module>
<module>arquillian-plugin-scanner</module>
Expand Down

0 comments on commit c0351f5

Please sign in to comment.