Skip to content

Instantly share code, notes, and snippets.

@skempken
Last active January 2, 2016 09:29
Show Gist options
  • Save skempken/8283530 to your computer and use it in GitHub Desktop.
Save skempken/8283530 to your computer and use it in GitHub Desktop.
JBoss Repositories required to download JBoss 5.1.0.GA via Maven
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/</url>
</repository>
<repository>
<id>jboss-deprecated</id>
<url>https://repository.jboss.org/nexus/content/repositories/deprecated</url>
</repository>
<repository>
<id>jboss-3p-release</id>
<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases</url>
</repository>
<repository>
<id>jboss-releases</id>
<url>https://repository.jboss.org/nexus/content/repositories/releases</url>
</repository>
</repositories>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment