Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-03-26 14:45:48 +0000
committerRoberto E. Escobar2012-03-26 14:45:48 +0000
commit854fd75d1d18cbca8ea2d67366811f311b77b493 (patch)
tree3c44b6c28d0fdd83774b41d4f60aac84c1ad3b46 /plugins/org.eclipse.osee.client.parent
parent90b10d63b9e97b4fdbcca5f3dba4223a84f5e64f (diff)
downloadorg.eclipse.osee-854fd75d1d18cbca8ea2d67366811f311b77b493.tar.gz
org.eclipse.osee-854fd75d1d18cbca8ea2d67366811f311b77b493.tar.xz
org.eclipse.osee-854fd75d1d18cbca8ea2d67366811f311b77b493.zip
feature[ats_0ZVNB]: Remove local mirror profile
Diffstat (limited to 'plugins/org.eclipse.osee.client.parent')
-rw-r--r--plugins/org.eclipse.osee.client.parent/pom.xml66
1 files changed, 0 insertions, 66 deletions
diff --git a/plugins/org.eclipse.osee.client.parent/pom.xml b/plugins/org.eclipse.osee.client.parent/pom.xml
index 2526d70d4d5..4f4067cf7a3 100644
--- a/plugins/org.eclipse.osee.client.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.parent/pom.xml
@@ -578,72 +578,6 @@
</properties>
</profile>
- <profile>
- <id>local-mirror</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <mirrors-server>http://msa-linux-adm.msc.az.boeing.com</mirrors-server>
- </properties>
- <!--Enable snapshots for the built in central repo to direct -->
- <!--all requests to nexus via the mirror -->
- <repositories>
- <repository>
- <id>central</id>
- <url>${mirrors-server}/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>${mirrors-server}/nexus/content/groups/public-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>eclipse</id>
- <layout>p2</layout>
- <url>${mirrors-server}/osee/sites/MIRRORS/eclipse/${platform-version-name}</url>
- </repository>
- <repository>
- <id>orbit</id>
- <layout>p2</layout>
- <url>${mirrors-server}/osee/sites/MIRRORS/orbit/${orbit-version}/</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <url>${mirrors-server}/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>snapshots</id>
- <url>${mirrors-server}/nexus/content/groups/public-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
-
</profiles>
</project>

Back to the top