Loading config/settings.xml +37 −4 Original line number Diff line number Diff line Loading @@ -15,11 +15,44 @@ </servers> <profiles> <profile> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>libs-release</name> <url>https://artifactory.redmic.net/artifactory/libs-release</url> </repository> <repository> <snapshots /> <id>snapshots</id> <name>libs-snapshot</name> <url>https://artifactory.redmic.net/artifactory/libs-snapshot</url> </repository> <repository> <id>osgeo</id> <name>Open Source Geospatial Foundation Repository</name> <url>http://download.osgeo.org/webdav/geotools/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>libs-release</name> <url>https://artifactory.redmic.net/artifactory/libs-release</url> </pluginRepository> <pluginRepository> <snapshots /> <id>snapshots</id> <name>libs-snapshot</name> <url>https://artifactory.redmic.net/artifactory/libs-snapshot</url> </pluginRepository> </pluginRepositories> <id>artifactory</id> <properties> <altSnapshotDeploymentRepository>snapshots::default::https://artifactory.redmic.net/artifactory/libs-snapshot-local</altSnapshotDeploymentRepository> <altReleaseDeploymentRepository>central::default::https://artifactory.redmic.net/artifactory/libs-release-local</altReleaseDeploymentRepository> </properties> </profile> </profiles> <activeProfiles> Loading Loading
config/settings.xml +37 −4 Original line number Diff line number Diff line Loading @@ -15,11 +15,44 @@ </servers> <profiles> <profile> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>libs-release</name> <url>https://artifactory.redmic.net/artifactory/libs-release</url> </repository> <repository> <snapshots /> <id>snapshots</id> <name>libs-snapshot</name> <url>https://artifactory.redmic.net/artifactory/libs-snapshot</url> </repository> <repository> <id>osgeo</id> <name>Open Source Geospatial Foundation Repository</name> <url>http://download.osgeo.org/webdav/geotools/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>libs-release</name> <url>https://artifactory.redmic.net/artifactory/libs-release</url> </pluginRepository> <pluginRepository> <snapshots /> <id>snapshots</id> <name>libs-snapshot</name> <url>https://artifactory.redmic.net/artifactory/libs-snapshot</url> </pluginRepository> </pluginRepositories> <id>artifactory</id> <properties> <altSnapshotDeploymentRepository>snapshots::default::https://artifactory.redmic.net/artifactory/libs-snapshot-local</altSnapshotDeploymentRepository> <altReleaseDeploymentRepository>central::default::https://artifactory.redmic.net/artifactory/libs-release-local</altReleaseDeploymentRepository> </properties> </profile> </profiles> <activeProfiles> Loading