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
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')
-rw-r--r--plugins/org.eclipse.osee.client.all.parent/pom.xml66
-rw-r--r--plugins/org.eclipse.osee.client.parent/pom.xml66
-rw-r--r--plugins/org.eclipse.osee.orcs.parent/pom.xml66
-rw-r--r--plugins/org.eclipse.osee.ote.parent/pom.xml66
-rw-r--r--plugins/org.eclipse.osee.runtime.parent/pom.xml66
-rw-r--r--plugins/org.eclipse.osee.x.core.parent/pom.xml65
-rw-r--r--plugins/org.eclipse.osee.x.server.parent/pom.xml66
7 files changed, 0 insertions, 461 deletions
diff --git a/plugins/org.eclipse.osee.client.all.parent/pom.xml b/plugins/org.eclipse.osee.client.all.parent/pom.xml
index 3382c09f1d7..3778f6d4a9c 100644
--- a/plugins/org.eclipse.osee.client.all.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.all.parent/pom.xml
@@ -539,72 +539,6 @@
<osee-client-site>${osee-client-site-path}/${osee-client-site-version}/org.eclipse.osee/org.eclipse.osee.client.p2/target/repository</osee-client-site>
</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> \ No newline at end of file
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>
diff --git a/plugins/org.eclipse.osee.orcs.parent/pom.xml b/plugins/org.eclipse.osee.orcs.parent/pom.xml
index 9fff0859514..673351695aa 100644
--- a/plugins/org.eclipse.osee.orcs.parent/pom.xml
+++ b/plugins/org.eclipse.osee.orcs.parent/pom.xml
@@ -478,72 +478,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>
diff --git a/plugins/org.eclipse.osee.ote.parent/pom.xml b/plugins/org.eclipse.osee.ote.parent/pom.xml
index 60363983768..5eb369c4905 100644
--- a/plugins/org.eclipse.osee.ote.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ote.parent/pom.xml
@@ -531,72 +531,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>
diff --git a/plugins/org.eclipse.osee.runtime.parent/pom.xml b/plugins/org.eclipse.osee.runtime.parent/pom.xml
index 80bd421ca26..39757bb7faf 100644
--- a/plugins/org.eclipse.osee.runtime.parent/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.parent/pom.xml
@@ -517,72 +517,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>
diff --git a/plugins/org.eclipse.osee.x.core.parent/pom.xml b/plugins/org.eclipse.osee.x.core.parent/pom.xml
index 3cbafb54548..1bc2f004cac 100644
--- a/plugins/org.eclipse.osee.x.core.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.core.parent/pom.xml
@@ -536,71 +536,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>
diff --git a/plugins/org.eclipse.osee.x.server.parent/pom.xml b/plugins/org.eclipse.osee.x.server.parent/pom.xml
index 995b90831c5..3fcf6369d53 100644
--- a/plugins/org.eclipse.osee.x.server.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.server.parent/pom.xml
@@ -523,72 +523,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