Skip to content

Instantly share code, notes, and snippets.

@Odyno
Last active February 27, 2017 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Odyno/7bf71c920659b035d3504700a494360a to your computer and use it in GitHub Desktop.
Save Odyno/7bf71c920659b035d3504700a494360a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<!– … –>
<profiles>
<!– … –>
<profile>
<id>staniscia-repository</id>
<repositories>
<repository>
<id>release-staniscia-rep</id>
<name>Staniscia Software Release Repository</name>
<url>http://www.staniscia.lan/repository/release</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>snapshot-staniscia-rep</id>
<name>Staniscia Software Snapshot Repository</name>
<url>http://www.staniscia.lan/repository/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<!– … –>
</profiles>
<activeProfiles>
<!– … –>
<activeProfile>staniscia-repository</activeProfile>
<!– … –>
</activeProfiles>
<!– … –>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment