Created
August 28, 2013 08:47
-
-
Save kpiwko/6363711 to your computer and use it in GitHub Desktop.
JBoss Nexus Staging repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<profile> | |
<id>jboss-staging-repository-group</id> | |
<repositories> | |
<repository> | |
<id>jboss-staging-repository-group</id> | |
<name>JBoss Staging Repository Group</name> | |
<url>https://repository.jboss.org/nexus/content/groups/staging</url> | |
<layout>default</layout> | |
<releases> | |
<enabled>true</enabled> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
<updatePolicy>never</updatePolicy> | |
</snapshots> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<id>jboss-staging-repository-group</id> | |
<name>JBoss Staging Repository Group</name> | |
<url>https://repository.jboss.org/nexus/content/groups/staging</url> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
</pluginRepository> | |
</pluginRepositories> | |
</profile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment