Skip to content

Commit

Permalink
Remove jboss-public repository
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
dmlloyd committed Oct 16, 2023
1 parent 9d0e3b1 commit 0070843
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1669,34 +1669,4 @@
</profile>

</profiles>

<!-- Some plugins are available in the jboss repository only -->
<pluginRepositories>
<pluginRepository>
<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>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>${jboss.releases.repo.id}</id>
<name>JBoss Releases Repository</name>
<url>${jboss.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>${jboss.snapshots.repo.id}</id>
<name>JBoss Snapshots Repository</name>
<url>${jboss.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 0070843

Please sign in to comment.