mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
21 lines
722 B
XML
21 lines
722 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id>openHAB-snapshots</id>
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>archetype</id>
|
||
|
<url>https://openhab.jfrog.io/openhab/libs-snapshot</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
<activeProfiles>
|
||
|
<activeProfile>openHAB-snapshots</activeProfile>
|
||
|
</activeProfiles>
|
||
|
</settings>
|