Commit 7f84d768 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina repositories y añade deployment repository

parent ceb5a6c0
Loading
Loading
Loading
Loading
+4 −37
Original line number Diff line number Diff line
@@ -15,44 +15,11 @@
  </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>