mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-05-03 03:10:03 +02:00
44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<profiles>
|
|
<profile>
|
|
<repositories>
|
|
<repository>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<id>central</id>
|
|
<name>libs-releases</name>
|
|
<url>http://artifacts.psi.ch/artifactory/libs-releases</url>
|
|
</repository>
|
|
<repository>
|
|
<snapshots />
|
|
<id>snapshots</id>
|
|
<name>libs-snapshots</name>
|
|
<url>http://artifacts.psi.ch/artifactory/libs-snapshots</url>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<id>central</id>
|
|
<name>libs-releases</name>
|
|
<url>http://artifacts.psi.ch/artifactory/libs-releases</url>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<snapshots />
|
|
<id>snapshots</id>
|
|
<name>libs-releases</name>
|
|
<url>http://artifacts.psi.ch/artifactory/libs-releases</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
<id>artifactory</id>
|
|
</profile>
|
|
</profiles>
|
|
<activeProfiles>
|
|
<activeProfile>artifactory</activeProfile>
|
|
</activeProfiles>
|
|
</settings> |