<?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